summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
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 }; ?>