Skip to content

Commit

Permalink
Update src/ui/title-ui-handler.ts
Browse files Browse the repository at this point in the history
Co-authored-by: NightKev <[email protected]>
  • Loading branch information
Wlowscha and DayKev authored Feb 6, 2025
1 parent 7f50019 commit 194e07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/title-ui-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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":"",
Expand Down

0 comments on commit 194e07e

Please sign in to comment.