diff --git a/locales/en-US.yml b/locales/en-US.yml index 6fd04ade5..bb2e6b4f0 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1032,7 +1032,6 @@ activeEmailValidationDescription: "Enables stricter validation of email addresse navbar: "Navigation bar" shuffle: "Shuffle" account: "Account" -signedInAs: "Signed in as" move: "Move" pushNotification: "Push notifications" subscribePushNotification: "Enable push notifications" @@ -1598,6 +1597,8 @@ _auth: denied: "Access denied" copyAsk: "Please paste the following authorization code in the application:" allPermissions: "Full account access" + signedInAs: "Signed in as" + authRequired: "Authorization required" _antennaSources: all: "All posts" homeTimeline: "Posts from followed users" diff --git a/packages/client/src/pages/oauth.vue b/packages/client/src/pages/oauth.vue index da9734534..db9ae8599 100644 --- a/packages/client/src/pages/oauth.vue +++ b/packages/client/src/pages/oauth.vue @@ -44,12 +44,12 @@ />
-
{{ i18n.ts.signedInAs }}:
+
{{ i18n.ts._auth.signedInAs }}:
@{{ $i.username }}@{{ config.host }}

-

Authorization required

+

{{i18n.ts._auth.authRequired}}

{{ i18n.t("_auth.shareAccess", { name: name }) }}