From 8b6bd296e175e770c2af27e68f94e333caa6a72c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 29 May 2020 06:19:56 +0200 Subject: [PATCH] Refactor string identifiers #3404 --- .../assets/js/components/passport/AuthorizedClients.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/assets/js/components/passport/AuthorizedClients.vue b/resources/assets/js/components/passport/AuthorizedClients.vue index 4e7eadb85b..6a8bf3e918 100644 --- a/resources/assets/js/components/passport/AuthorizedClients.vue +++ b/resources/assets/js/components/passport/AuthorizedClients.vue @@ -35,17 +35,17 @@

- {{ $t('profile.authorized_apps') }} + {{ $t('firefly.profile_authorized_apps') }}

- + - + @@ -67,7 +67,7 @@
{{ $t('profile.authorized_clients') }}{{ $t('firefly.profile_authorized_clients') }}
{{ $t('firefly.name') }}{{ $t('profile.scopes') }}{{ $t('firefly.profile_scopes') }}
- {{ $t('profile.revoke') }} + {{ $t('firefly.profile_revoke') }}