mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Update apps/settings/lib/SetupChecks/JavaScriptModules.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
995b23e818
commit
c5fbd969dd
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class JavaScriptModules implements ISetupCheck {
|
|||
}
|
||||
|
||||
public function getName(): string {
|
||||
return $this->l10n->t('Supports JavaScript modules');
|
||||
return $this->l10n->t('JavaScript modules support');
|
||||
}
|
||||
|
||||
public function run(): SetupResult {
|
||||
|
|
|
|||
Loading…
Reference in a new issue