mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -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
fcdc53a2ba
commit
5406ffb3ea
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