diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-11-03 15:44:39 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-11-03 15:44:39 +0100 |
commit | 13b18aafccaa98137a390a64c094be77a98ba9ee (patch) | |
tree | 11172151ef15236604a7c48a40193016329be158 | |
parent | dc9ea893fd89bcabce922ba626c6953cd5a1fbef (diff) | |
parent | 2a454fd04ddf98f1a7dc17e93ce83299b272dc49 (diff) | |
download | nextcloud-server-13b18aafccaa98137a390a64c094be77a98ba9ee.tar.gz nextcloud-server-13b18aafccaa98137a390a64c094be77a98ba9ee.zip |
Merge pull request #11923 from owncloud/admin-connectivitycheckscapitalized
Capitalize Checks in admin page
-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 f02dedbbc80..bcf57e12a89 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -206,7 +206,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> |