mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Merge pull request #54099 from nextcloud/translatable-string
This commit is contained in:
commit
d8635180c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue