"Authorized" --> "Approved"
This commit is contained in:
parent
a8be701ea0
commit
69d667d6c6
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
|
@ -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?",
|
||||||
|
|
Loading…
Reference in New Issue