diff --git a/app/soapbox/components/authorize-reject-buttons.tsx b/app/soapbox/components/authorize-reject-buttons.tsx index 268363721..66d8d1d4a 100644 --- a/app/soapbox/components/authorize-reject-buttons.tsx +++ b/app/soapbox/components/authorize-reject-buttons.tsx @@ -54,7 +54,7 @@ const AuthorizeRejectButtons: React.FC = ({ onAuthorize return (
- +
); diff --git a/app/soapbox/locales/en.json b/app/soapbox/locales/en.json index 4f738e9f4..8d3ab3b17 100644 --- a/app/soapbox/locales/en.json +++ b/app/soapbox/locales/en.json @@ -192,7 +192,7 @@ "auth.invalid_credentials": "Wrong username or password", "auth.logged_out": "Logged out.", "auth_layout.register": "Create an account", - "authorize.success": "Authorized", + "authorize.success": "Approved", "backups.actions.create": "Create backup", "backups.empty_message": "No backups found. {action}", "backups.empty_message.action": "Create one now?",