summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2017-05-26 13:04:22 +0200
committerGitHub <noreply@github.com>2017-05-26 13:04:22 +0200
commit79392122e4ccf71c65a7e2a3c892a399753b0aaa (patch)
tree3c83e25f979fc4607f9b289022dadc2a4837a1ef /templates
parent2110e7bc053a4582c8f477eb9caa88a2c771f907 (diff)
Update part.content.warnings.php
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.warnings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.content.warnings.php b/templates/part.content.warnings.php
index 68f3942c2..50fa1f7f6 100644
--- a/templates/part.content.warnings.php
+++ b/templates/part.content.warnings.php
@@ -26,7 +26,7 @@
<?php if ($_['warnings']['incorrectDbCharset']) { ?>
<news-instant-notification id="cron-warning">
- <p><?php p($l->t('Non UTF-8 charset for MySql/MariaDb database detected!')); ?></p>
+ <p><?php p($l->t('Non UTF-8 charset for MySQL/MariaDB database detected!')); ?></p>
<ul>
<li>
<a href="https://dba.stackexchange.com/a/21684"
@@ -39,4 +39,4 @@
</li>
</ul>
</news-instant-notification>
-<?php }; ?> \ No newline at end of file
+<?php }; ?>