Merge pull request #54099 from nextcloud/translatable-string

pull/54609/head
Kate 1 month ago committed by GitHub
commit d8635180c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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