Merge pull request #11923 from owncloud/admin-connectivitycheckscapitalized
Capitalize Checks in admin page
This commit is contained in:
commit
13b18aafcc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue