diff --git a/web/apps/accounts/src/pages/_app.tsx b/web/apps/accounts/src/pages/_app.tsx index 42b0d1eaa9..8e66ee05e9 100644 --- a/web/apps/accounts/src/pages/_app.tsx +++ b/web/apps/accounts/src/pages/_app.tsx @@ -95,7 +95,6 @@ export default function App({ Component, pageProps }: AppProps) { setDialogBoxAttributesV2, }; - // TODO: This string doesn't actually exist // TODO-PK: Fix || const title = (isI18nReady diff --git a/web/packages/next/locales/en-US/translation.json b/web/packages/next/locales/en-US/translation.json index d164576a91..7111380d29 100644 --- a/web/packages/next/locales/en-US/translation.json +++ b/web/packages/next/locales/en-US/translation.json @@ -85,6 +85,7 @@ "NEXT": "Next (→)", "title_photos": "Ente Photos", "title_auth": "Ente Auth", + "title_accounts": "Ente Accounts", "UPLOAD_FIRST_PHOTO": "Upload your first photo", "IMPORT_YOUR_FOLDERS": "Import your folders", "UPLOAD_DROPZONE_MESSAGE": "Drop to backup your files",