Skip to content

Commit b09fa57

Browse files
authored
fix(i18n): Change cli to uppercase
Like all other occurences. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent a9ba1fe commit b09fa57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/lib/SetupChecks/OverwriteCliUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getCategory(): string {
4545
}
4646

4747
public function getName(): string {
48-
return $this->l10n->t('Overwrite cli URL');
48+
return $this->l10n->t('Overwrite CLI URL');
4949
}
5050

5151
public function run(): SetupResult {

0 commit comments

Comments
 (0)