mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #11923 from owncloud/admin-connectivitycheckscapitalized
Capitalize Checks in admin page
This commit is contained in:
commit
13b18aafcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue