mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Fix typo in apps module, Open ID -> Photo Gallery.
This commit is contained in:
parent
39ef8a0bf8
commit
8f917f0349
@ -26,7 +26,7 @@ class Apps(PagePlugin):
|
|||||||
@cherrypy.expose
|
@cherrypy.expose
|
||||||
@require()
|
@require()
|
||||||
def photos(self):
|
def photos(self):
|
||||||
return self.fill_template(title="Open ID", main='', sidebar_right="""
|
return self.fill_template(title="Photo Gallery", main='', sidebar_right="""
|
||||||
<strong>Photo Gallery</strong><p>Your photos might well be the most valuable
|
<strong>Photo Gallery</strong><p>Your photos might well be the most valuable
|
||||||
digital property you have, so why trust it to companies that have no
|
digital property you have, so why trust it to companies that have no
|
||||||
investment in the sentimental value of your family snaps? Keep those
|
investment in the sentimental value of your family snaps? Keep those
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user