diff --git a/core/default_settings/default_setting_edit.php b/core/default_settings/default_setting_edit.php
index 63a3d73d45..20fedb4284 100644
--- a/core/default_settings/default_setting_edit.php
+++ b/core/default_settings/default_setting_edit.php
@@ -752,7 +752,7 @@
echo "
\n";
echo $text['description-value']."\n";
if ($category == "theme" && substr_count($subcategory, "_font") > 0 && $name == "text") {
- echo " ".$text['label-reference'].": ".$text['label-web_fonts']."\n";
+ echo " ".$text['label-reference'].": ".$text['label-web_fonts']."\n";
}
echo "\n";
echo "\n";
diff --git a/core/domain_settings/domain_setting_edit.php b/core/domain_settings/domain_setting_edit.php
index e27048f11d..b0d1c786ba 100644
--- a/core/domain_settings/domain_setting_edit.php
+++ b/core/domain_settings/domain_setting_edit.php
@@ -783,7 +783,7 @@
echo "
\n";
echo $text['description-value']."\n";
if ($category == "theme" && substr_count($subcategory, "_font") > 0 && $name == "text") {
- echo " ".$text['label-reference'].": ".$text['label-web_fonts']."\n";
+ echo " ".$text['label-reference'].": ".$text['label-web_fonts']."\n";
}
echo "\n";
echo "\n";
diff --git a/core/user_settings/user_setting_edit.php b/core/user_settings/user_setting_edit.php
index a27d0267c3..35b91af62a 100644
--- a/core/user_settings/user_setting_edit.php
+++ b/core/user_settings/user_setting_edit.php
@@ -710,7 +710,7 @@ if (!empty($_POST) && empty($_POST["persistformvar"])) {
echo "
\n";
echo $text['description-value']."\n";
if ($user_setting_category == "theme" && substr_count($user_setting_subcategory, "_font") > 0 && $user_setting_name == "text") {
- echo " ".$text['label-reference'].": ".$text['label-web_fonts']."\n";
+ echo " ".$text['label-reference'].": ".$text['label-web_fonts']."\n";
}
echo "\n";
echo "\n";