diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-02-01 11:07:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 11:07:46 +0100 |
commit | 618fae77595c10979d07756e3fe0d7e50711d1c7 (patch) | |
tree | 90c3990a7e0500fe5f643063025b23e61a3172f0 /apps | |
parent | 5edf9e66818c77f36ed8e119efa1a40f3e0bcfeb (diff) | |
parent | 8663da1e50a96994ae1f38b6f61e6c064e4077cb (diff) | |
download | nextcloud-server-618fae77595c10979d07756e3fe0d7e50711d1c7.tar.gz nextcloud-server-618fae77595c10979d07756e3fe0d7e50711d1c7.zip |
Merge pull request #43215 from nextcloud/rakekniven-patch-3
fix(i18n): Adapted spelling of Unicode
Diffstat (limited to 'apps')
-rw-r--r-- | apps/settings/lib/SetupChecks/MysqlUnicodeSupport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/SetupChecks/MysqlUnicodeSupport.php b/apps/settings/lib/SetupChecks/MysqlUnicodeSupport.php index c90081c7398..6e13300664d 100644 --- a/apps/settings/lib/SetupChecks/MysqlUnicodeSupport.php +++ b/apps/settings/lib/SetupChecks/MysqlUnicodeSupport.php @@ -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 { |