mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
owncloud: Update menu item with generic name
This commit is contained in:
parent
b331ba979d
commit
1c5f4c04ec
@ -37,7 +37,8 @@ class OwnCloudForm(forms.Form): # pylint: disable-msg=W0232
|
|||||||
def init():
|
def init():
|
||||||
"""Initialize the ownCloud module"""
|
"""Initialize the ownCloud module"""
|
||||||
menu = cfg.main_menu.get('apps:index')
|
menu = cfg.main_menu.get('apps:index')
|
||||||
menu.add_urlname('ownCloud', 'glyphicon-picture', 'owncloud:index', 35)
|
menu.add_urlname(_('File Hosting (ownCloud)'), 'glyphicon-picture',
|
||||||
|
'owncloud:index', 35)
|
||||||
|
|
||||||
status = get_status()
|
status = get_status()
|
||||||
|
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
<form class="form" method="post">
|
<form class="form" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
<h2>ownCloud</h2>
|
<h2>File Hosting (ownCloud)</h2>
|
||||||
|
|
||||||
<p>When enabled, the ownCloud installation will be available
|
<p>When enabled, the ownCloud installation will be available
|
||||||
from <a href="/owncloud">/owncloud</a> path on the web server.
|
from <a href="/owncloud">/owncloud</a> path on the web server.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user