diff --git a/locales/en-US.yml b/locales/en-US.yml index 10e0e4c65..2051d16c2 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -830,6 +830,8 @@ removeTag: "Remove tag" externalCssSnippets: "Some CSS snippets for your inspiration (not managed by FoundKey)" oauthErrorGoBack: "An error happened while trying to authenticate a 3rd party app.\ \ Please go back and try again." +appAuthorization: "App authorization" +noPermissionsRequested: "(No permissions requested.)" _emailUnavailable: used: "This email address is already being used" format: "The format of this email address is invalid" diff --git a/packages/client/src/pages/auth.form.vue b/packages/client/src/pages/auth.form.vue index d4af3b6db..035ffac9a 100644 --- a/packages/client/src/pages/auth.form.vue +++ b/packages/client/src/pages/auth.form.vue @@ -3,14 +3,16 @@
{{ app.id }}
{{ app.description }}