fix(i18n): Change cli to uppercase

Like all other occurences.

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/42912/head
rakekniven 5 months ago committed by GitHub
parent a9ba1fe7e1
commit b09fa57c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -45,7 +45,7 @@ class OverwriteCliUrl implements ISetupCheck {
}
public function getName(): string {
return $this->l10n->t('Overwrite cli URL');
return $this->l10n->t('Overwrite CLI URL');
}
public function run(): SetupResult {

Loading…
Cancel
Save