From 194e07e41d524c7dce9d5a501c58445e4b9cfc96 Mon Sep 17 00:00:00 2001 From: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:58:28 +0100 Subject: [PATCH] Update src/ui/title-ui-handler.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/ui/title-ui-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/title-ui-handler.ts b/src/ui/title-ui-handler.ts index 190f87b9c02..fb426fc878b 100644 --- a/src/ui/title-ui-handler.ts +++ b/src/ui/title-ui-handler.ts @@ -82,7 +82,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler { const startDate = new Date(1738994400000).toLocaleString(); const endDate = new Date(1739167200000).toLocaleString(); const localizedAnnouncementString: { [key: string]: string } = { - "en": ` - INFORMATION - \nA maintenance is scheduled for the following period:\n${startDate} until ${endDate}\nEnd date and hour are an estimate.\nMaintenance may end at an earlier or later time.`, + "en": ` - INFORMATION - \nServer maintenance is scheduled for the following period:\n${startDate} until ${endDate}\nEnd date and hour are an estimate.\nMaintenance may end at an earlier or later time.`, "de": ` - INFORMATION - German test:\n${startDate} until ${endDate}`, "es-ES":"", "fr":"",