fix: Make some strings in CodeIntegrity.php translatable

Signed-off-by: Enjeck C <patrathewhiz@gmail.com>
pull/54099/head
Enjeck C 5 months ago committed by Andy Scherzinger
parent cc3938da72
commit eb0ddffaaa
  1. 4
      apps/settings/lib/SetupChecks/CodeIntegrity.php

@ -50,13 +50,13 @@ class CodeIntegrity implements ISetupCheck {
'link1' => [
'type' => 'highlight',
'id' => 'getFailedIntegrityCheckFiles',
'name' => 'List of invalid files…',
'name' => $this->l10n->t('List of invalid files…'),
'link' => $this->urlGenerator->linkToRoute('settings.CheckSetup.getFailedIntegrityCheckFiles'),
],
'link2' => [
'type' => 'highlight',
'id' => 'rescanFailedIntegrityCheck',
'name' => 'Rescan…',
'name' => $this->l10n->t('Rescan…'),
'link' => $this->urlGenerator->linkToRoute('settings.CheckSetup.rescanFailedIntegrityCheck'),
],
],

Loading…
Cancel
Save