Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2010-10-31 03:41:36 +0300
committerRobin Appelman <icewind1991@gmail.com>2010-10-31 03:41:36 +0300
commit59250ec6fd27601604570a2d66740053beaa71e0 (patch)
tree76f2f37e8bf9e3d850fdc2df600d33d976201ae8 /inc
parentb116b2fd4c75cb8ddf722ae13be85bbe4eae33f3 (diff)
fix some typo's
Diffstat (limited to 'inc')
-rwxr-xr-xinc/templates/adminform.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/templates/adminform.php b/inc/templates/adminform.php
index 50ba2a3b64b..5a04c4902ac 100755
--- a/inc/templates/adminform.php
+++ b/inc/templates/adminform.php
@@ -88,7 +88,7 @@ echo('<form method="post" action="'.$action.'">')
echo "<tr><td colspan='3' class='error'>$CONFIG_ERROR</td></tr>";
}
if($FIRSTRUN){?>
-<tr><th colspan="2">Administartor User</th></tr>
+<tr><th colspan="2">Administrator User</th></tr>
<tr title="Name used to log in."><td>user name:</td><td><input type="text" name="adminlogin" size="30" class="formstyle" value=""></input></td></tr>
<tr title="Make a secure password, use at least 9 characters. Use letters and numbers."><td>password:</td><td><input type="password" name="adminpassword" size="30" class="formstyle"></input></td></tr>
<tr title="Retype password to avoid typing errors."><td>retype password:</td><td><input type="password" name="adminpassword2" size="30" class="formstyle"></input></td></tr>