Skip to content

Commit

Permalink
Update apps/settings/lib/SetupChecks/JavaScriptModules.php
Browse files Browse the repository at this point in the history
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and come-nc committed Jan 10, 2024
1 parent 995b23e commit c5fbd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/settings/lib/SetupChecks/JavaScriptModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function getCategory(): string {
}

public function getName(): string {
return $this->l10n->t('Supports JavaScript modules');
return $this->l10n->t('JavaScript modules support');
}

public function run(): SetupResult {
Expand Down

0 comments on commit c5fbd96

Please sign in to comment.