summaryrefslogtreecommitdiff
path: root/site-offline.php
diff options
context:
space:
mode:
Diffstat (limited to 'site-offline.php')
-rw-r--r--site-offline.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/site-offline.php b/site-offline.php
index 7b6406570a..f753d8ea52 100644
--- a/site-offline.php
+++ b/site-offline.php
@@ -68,7 +68,7 @@ echo
if ($offline_txt) {
echo $offline_txt;
} else {
- echo I18N::translate('This website is down for maintenance. You should <a href="index.php">try again</a> in a few minutes.');
+ echo I18N::translate('This website is down for maintenance. You should <a href="index.php">try again</a> in a few minutes.');
}
echo '</p>';
echo '</div>';