aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-01-30 16:54:21 +0100
committerGitHub <noreply@github.com>2024-01-30 16:54:21 +0100
commit8663da1e50a96994ae1f38b6f61e6c064e4077cb (patch)
tree07fbb893e315e3bf08974fd2cf62410aa5e6a45f /apps
parent52f3616254f1fa40430eb189a7158aeb4609f541 (diff)
downloadnextcloud-server-8663da1e50a96994ae1f38b6f61e6c064e4077cb.tar.gz
nextcloud-server-8663da1e50a96994ae1f38b6f61e6c064e4077cb.zip
fix(i18n): Adapted spelling of Unicode
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/lib/SetupChecks/MysqlUnicodeSupport.php2
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 {