Skip to content

Commit cfc83e6

Browse files
committed
fix: Make some strings in CodeIntegrity.php translatable
Signed-off-by: Enjeck C <patrathewhiz@gmail.com>
1 parent 993355a commit cfc83e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/settings/lib/SetupChecks/CodeIntegrity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ public function run(): SetupResult {
5050
'link1' => [
5151
'type' => 'highlight',
5252
'id' => 'getFailedIntegrityCheckFiles',
53-
'name' => 'List of invalid files…',
53+
'name' => $this->l10n->t('List of invalid files…'),
5454
'link' => $this->urlGenerator->linkToRoute('settings.CheckSetup.getFailedIntegrityCheckFiles'),
5555
],
5656
'link2' => [
5757
'type' => 'highlight',
5858
'id' => 'rescanFailedIntegrityCheck',
59-
'name' => 'Rescan…',
59+
'name' => $this->l10n->t('Rescan…'),
6060
'link' => $this->urlGenerator->linkToRoute('settings.CheckSetup.rescanFailedIntegrityCheck'),
6161
],
6262
],

0 commit comments

Comments
 (0)