From 7f406774e352603725a23b617c77c7b5daf3a24a Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sat, 25 Oct 2025 11:10:58 +0100 Subject: [PATCH] translations --- frontend/public/locales/en-GB/translation.json | 3 +++ frontend/src/components/shared/Footer.tsx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index 546d23124..e57374717 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -3512,6 +3512,9 @@ "now": "Restart Now", "later": "Restart Later" }, + "restarting": "Restarting Server", + "restartingMessage": "The server is restarting. Please wait a moment...", + "restartError": "Failed to restart server. Please restart manually.", "general": { "title": "General", "description": "Configure general application settings including branding and default behaviour.", diff --git a/frontend/src/components/shared/Footer.tsx b/frontend/src/components/shared/Footer.tsx index 630f7f009..a82ed430d 100644 --- a/frontend/src/components/shared/Footer.tsx +++ b/frontend/src/components/shared/Footer.tsx @@ -85,7 +85,7 @@ export default function Footer({ rel="noopener noreferrer" href={cookiePolicy} > - {t('legal.cookiePolicy', 'Cookie Policy')} + {t('legal.cookie', 'Cookie Policy')} )} {isValidLink(impressum) && (