"Authorized" --> "Approved"

This commit is contained in:
Alex Gleason 2023-03-21 11:56:48 -05:00
parent a8be701ea0
commit 69d667d6c6
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ const AuthorizeRejectButtons: React.FC<IAuthorizeRejectButtons> = ({ onAuthorize
return ( return (
<div className='rounded-full bg-gray-100 px-4 py-2 dark:bg-gray-800'> <div className='rounded-full bg-gray-100 px-4 py-2 dark:bg-gray-800'>
<Text theme='muted' size='sm'> <Text theme='muted' size='sm'>
<FormattedMessage id='authorize.success' defaultMessage='Authorized' /> <FormattedMessage id='authorize.success' defaultMessage='Approved' />
</Text> </Text>
</div> </div>
); );

View File

@ -192,7 +192,7 @@
"auth.invalid_credentials": "Wrong username or password", "auth.invalid_credentials": "Wrong username or password",
"auth.logged_out": "Logged out.", "auth.logged_out": "Logged out.",
"auth_layout.register": "Create an account", "auth_layout.register": "Create an account",
"authorize.success": "Authorized", "authorize.success": "Approved",
"backups.actions.create": "Create backup", "backups.actions.create": "Create backup",
"backups.empty_message": "No backups found. {action}", "backups.empty_message": "No backups found. {action}",
"backups.empty_message.action": "Create one now?", "backups.empty_message.action": "Create one now?",