Merge pull request #43215 from nextcloud/rakekniven-patch-3

fix(i18n): Adapted spelling of Unicode
enhancement/passwordless-login-token^2
Côme Chilliet 4 months ago committed by GitHub
commit 618fae7759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,7 +40,7 @@ class MysqlUnicodeSupport implements ISetupCheck {
}
public function getName(): string {
return $this->l10n->t('MySQL unicode support');
return $this->l10n->t('MySQL Unicode support');
}
public function getCategory(): string {

Loading…
Cancel
Save