mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
fix: add translation to success message
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
15ef262863
commit
efeac5ddb8
1 changed files with 1 additions and 2 deletions
|
|
@ -90,7 +90,6 @@ class DataDirectoryProtected implements ISetupCheck {
|
|||
);
|
||||
}
|
||||
|
||||
return SetupResult::success('Protected');
|
||||
|
||||
return SetupResult::success($this->l10n->t('Protected'));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue