summaryrefslogtreecommitdiffstats
path: root/apps/admin_export/templates/settings.php
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-03-16 22:54:37 +0000
committerTom Needham <needham.thomas@gmail.com>2012-03-16 22:54:37 +0000
commit222bb2303fb0825b4e279024ff723db84e23153d (patch)
tree2bad45ca5f3a4f6e0ca56f109eb1e7e34515346b /apps/admin_export/templates/settings.php
parent5332c319a2140563478d83047d9f717c0d3e179f (diff)
downloadnextcloud-server-222bb2303fb0825b4e279024ff723db84e23153d.tar.gz
nextcloud-server-222bb2303fb0825b4e279024ff723db84e23153d.zip
Added prototype of user import
Diffstat (limited to 'apps/admin_export/templates/settings.php')
-rw-r--r--apps/admin_export/templates/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/admin_export/templates/settings.php b/apps/admin_export/templates/settings.php
index 6d848048c45..36eec84d489 100644
--- a/apps/admin_export/templates/settings.php
+++ b/apps/admin_export/templates/settings.php
@@ -14,7 +14,7 @@
</form>
<form id="import" action="#" method="post" enctype="multipart/form-data">
<fieldset class="personalblock">
- <legend><strong><?php echo $l->t('Import an ownCloud instance THIS WILL DELETE ALL CURRENT OWNCLOUD DATA');?></strong></legend>
+ <legend><strong><?php echo $l->t('Import an ownCloud instance. THIS WILL DELETE ALL CURRENT OWNCLOUD DATA');?></strong></legend>
<p><?php echo $l->t('All current ownCloud data will be replaced by the ownCloud instance that is uploaded.');?>
</p>
<p><input type="file" id="owncloud_import" name="owncloud_import"><label for="owncloud_import"><?php echo $l->t('ownCloud Export Zip File');?></label>