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" + } + } + } +}