Skip to content

Commit 6fd48dc

Browse files
fix(settings): Change "setup warnings" -> "setup checks" in Overview [redo]
In #48874 I didn't change this in the right place. The heading is hard coded in the template. Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent ce10828 commit 6fd48dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/settings/templates/settings/admin/overview.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div id="security-warning" class="section">
1414
<div class="security-warning__heading">
15-
<h2><?php p($l->t('Security & setup warnings'));?></h2>
15+
<h2><?php p($l->t('Security & setup checks'));?></h2>
1616
<a target="_blank"
1717
rel="noreferrer"
1818
class="icon-info"

0 commit comments

Comments
 (0)