mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #42912 from nextcloud/rakekniven-patch-3
fix(i18n): Change cli to uppercase
This commit is contained in:
commit
24dc742f87
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue