mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
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>
This commit is contained in:
parent
d658b9b558
commit
169ccda805
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<div id="security-warning" class="section">
|
||||
<div class="security-warning__heading">
|
||||
<h2><?php p($l->t('Security & setup warnings'));?></h2>
|
||||
<h2><?php p($l->t('Security & setup checks'));?></h2>
|
||||
<a target="_blank"
|
||||
rel="noreferrer"
|
||||
class="icon-info"
|
||||
|
|
|
|||
Loading…
Reference in a new issue