Add translation keys for authorize page (#1594)

* Begin Work

* Error label

* WIP

* Finish button & add authorize label

* Redirect URL Label

* Reorganize

* Finish work

* Fix lint error

* camelCase !

* Normalization

* Apply suggestion from brawaru

* Fix forgotten
This commit is contained in:
Mysterious_Dev
2024-01-28 19:59:08 +01:00
committed by GitHub
parent 4973ee555b
commit 5aa1764848
3 changed files with 88 additions and 15 deletions

View File

@@ -35,6 +35,10 @@ export const commonMessages = defineMessages({
id: 'button.edit',
defaultMessage: 'Edit',
},
errorLabel: {
id: 'label.error',
defaultMessage: 'Error',
},
errorNotificationTitle: {
id: 'notification.error.title',
defaultMessage: 'An error occurred',