diff --git a/apps/auth/public/locales/en/translation.json b/apps/auth/public/locales/en/translation.json index 851666e30..fa2dfddf2 100644 --- a/apps/auth/public/locales/en/translation.json +++ b/apps/auth/public/locales/en/translation.json @@ -614,7 +614,5 @@ "COLORS": "Colors", "FLIP": "Flip", "ROTATION": "Rotation", - "RESET": "Reset", - "PHOTO_EDITOR": "Photo Editor", - "PASSKEYS": "Passkeys" + "RESET": "Reset" } diff --git a/apps/photos/public/locales/en/translation.json b/apps/photos/public/locales/en/translation.json index 41a946495..ce0a5574f 100644 --- a/apps/photos/public/locales/en/translation.json +++ b/apps/photos/public/locales/en/translation.json @@ -624,5 +624,6 @@ "FASTER_UPLOAD_DESCRIPTION": "Route uploads through nearby servers", "STATUS": "Status", "INDEXED_ITEMS": "Indexed items", - "CACHE_DIRECTORY": "Cache folder" + "CACHE_DIRECTORY": "Cache folder", + "PASSKEYS": "Passkeys" }