mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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():
|
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('ownCloud', 'glyphicon-picture', 'owncloud:index', 35)
|
||||||
|
|
||||||
status = get_status()
|
status = get_status()
|
||||||
|
|
||||||
|
|||||||
@ -25,10 +25,11 @@
|
|||||||
<form class="form" method="post">
|
<form class="form" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
|
|
||||||
<h2>OwnCloud</h2>
|
<h2>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> on the web server. Visit
|
from <a href="/owncloud">/owncloud</a> path on the web server.
|
||||||
this URL to set up the initial administration account for
|
Visit this URL to set up the initial administration account for
|
||||||
owncloud.</p>
|
owncloud.</p>
|
||||||
|
|
||||||
<p><strong>Note: Setting up owncloud for the first time might take
|
<p><strong>Note: Setting up owncloud for the first time might take
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user