diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-11-03 15:41:40 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-11-03 15:46:40 +0100 |
commit | 38783b1ca364d2bfb14fb1dac8681356fcd00e72 (patch) | |
tree | 8df75472c657085b1df1354971435c6aa99201dc /settings | |
parent | 56fade9a04422175d4fe538404094ab59ba466b6 (diff) | |
download | nextcloud-server-38783b1ca364d2bfb14fb1dac8681356fcd00e72.tar.gz nextcloud-server-38783b1ca364d2bfb14fb1dac8681356fcd00e72.zip |
Capitalize Checks in admin page
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 7e5fc480057..90426efa833 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -169,7 +169,7 @@ if ($_['suggestedOverwriteWebroot']) { } ?> <div id="postsetupchecks" class="section"> - <h2><?php p($l->t('Connectivity checks'));?></h2> + <h2><?php p($l->t('Connectivity Checks'));?></h2> <div class="loading"></div> <div class="success hidden"><?php p($l->t('No problems found'));?></div> <div class="errors hidden"></div> |