mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
Rename OwnCloud -> ownCloud
This commit is contained in:
parent
10a32f43d9
commit
271011adf6
@ -37,7 +37,7 @@ class OwnCloudForm(forms.Form): # pylint: disable-msg=W0232
|
||||
def init():
|
||||
"""Initialize the ownCloud module"""
|
||||
menu = cfg.main_menu.get('apps:index')
|
||||
menu.add_urlname('Owncloud', 'glyphicon-picture', 'owncloud:index', 35)
|
||||
menu.add_urlname('ownCloud', 'glyphicon-picture', 'owncloud:index', 35)
|
||||
|
||||
status = get_status()
|
||||
|
||||
|
||||
@ -25,10 +25,11 @@
|
||||
<form class="form" method="post">
|
||||
{% csrf_token %}
|
||||
|
||||
<h2>OwnCloud</h2>
|
||||
<h2>ownCloud</h2>
|
||||
|
||||
<p>When enabled, the owncloud installation will be available
|
||||
from <a href="/owncloud">owncloud</a> on the web server. Visit
|
||||
this URL to set up the initial administration account for
|
||||
from <a href="/owncloud">/owncloud</a> path on the web server.
|
||||
Visit this URL to set up the initial administration account for
|
||||
owncloud.</p>
|
||||
|
||||
<p><strong>Note: Setting up owncloud for the first time might take
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user