aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/pages/errors/instance_offline.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pages/errors/instance_offline.html b/src/pages/errors/instance_offline.html
index 4f27445c..a74caec2 100644
--- a/src/pages/errors/instance_offline.html
+++ b/src/pages/errors/instance_offline.html
@@ -27,8 +27,9 @@
<body>
<div>
- <p id="message" data-localise="__MSG_instanceOffline__">
- This instance is offline, you'll be redirected after&nbsp;<span id="number">2</span>&nbsp;<x data-localise="__MSG_sec__">seconds</x>
+ <p id="message">
+ <span data-localise="__MSG_instanceOffline__">This instance is offline, you'll be redirected after</span>
+ <span id="number">2</span> <x data-localise="__MSG_sec__">seconds</x>
</p>
<button id="cancel" data-localise="__MSG_cancel__">Cancel</button>
</div>