From f22b3dad25f904c10b2632f890d2d0fc6c3701c5 Mon Sep 17 00:00:00 2001 From: itzmk21 <81447208+itzmk21@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:48:43 +0000 Subject: [PATCH] chore(i18n): update British English spelling (#5529) --- web/src/locales/en-GB.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web/src/locales/en-GB.json b/web/src/locales/en-GB.json index 0967ef424..6a7a5b6f6 100644 --- a/web/src/locales/en-GB.json +++ b/web/src/locales/en-GB.json @@ -1 +1,12 @@ -{} +{ + "setting": { + "sso-section": { + "authorization-endpoint": "Authorisation endpoint" + }, + "system-section": { + "customize-server": { + "title": "Customise Server" + } + } + } +}