Skip to content

Commit 4b66a53

Browse files
committed
the end is longer near
1 parent 11fd356 commit 4b66a53

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

templates/js/inc/builtin.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,11 @@ GIGO.update_ip = function (id) {
158158

159159
GIGO.show_debug();
160160

161+
// Was the retirement message, now status message.
162+
// Can be removed after transition.
161163
if (MirrorConfig.site.retire) {
162-
s = "<b> {{ test-ipv6.com is retiring December 2025; see }} <a href=\"https://retire.test-ipv6.com\">retire.test-ipv6.com</a></b>";
163-
s = GIGO.results_table_wrapper("orange", s);
164+
s = "{{ test-ipv6.com will stay online! see }} <a href=\"https://status.test-ipv6.com\">status.test-ipv6.com</a>";
165+
s = GIGO.results_table_wrapper("green", s);
164166
jQuery("#retire").html(s);
165167
}
166168

translations/falling-sky.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2605,6 +2605,6 @@ msgid "ignore this text, testing crowdin api changes"
26052605
msgstr ""
26062606

26072607
#: "inc/builtin.js"
2608-
msgid "test-ipv6.com is retiring December 2025; see"
2608+
msgid "test-ipv6.com will stay online! see"
26092609
msgstr ""
26102610

0 commit comments

Comments
 (0)