You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user