Fix jwt-token
This commit is contained in:
@@ -253,7 +253,12 @@ const translations = {
|
||||
brandingUpdated: 'Branding updated successfully',
|
||||
brandingUpdateFailed: 'Failed to update branding',
|
||||
securityUpdated: 'Security settings updated successfully',
|
||||
securityUpdateFailed: 'Failed to update security settings'
|
||||
securityUpdateFailed: 'Failed to update security settings',
|
||||
removeLogo: 'Remove Logo',
|
||||
changeLogo: 'Change Logo',
|
||||
confirmRemoveLogo: 'Are you sure you want to remove the current logo?',
|
||||
logoRemoved: 'Logo removed successfully',
|
||||
logoRemoveFailed: 'Failed to remove logo'
|
||||
},
|
||||
auth: {
|
||||
login: 'Login',
|
||||
@@ -683,7 +688,12 @@ const translations = {
|
||||
brandingUpdated: 'Varumärke uppdaterat framgångsrikt',
|
||||
brandingUpdateFailed: 'Misslyckades med att uppdatera varumärke',
|
||||
securityUpdated: 'Säkerhetsinställningar uppdaterade framgångsrikt',
|
||||
securityUpdateFailed: 'Misslyckades med att uppdatera säkerhetsinställningar'
|
||||
securityUpdateFailed: 'Misslyckades med att uppdatera säkerhetsinställningar',
|
||||
removeLogo: 'Ta bort logotyp',
|
||||
changeLogo: 'Ändra logotyp',
|
||||
confirmRemoveLogo: 'Är du säker på att du vill ta bort den aktuella logotypen?',
|
||||
logoRemoved: 'Logotyp borttagen framgångsrikt',
|
||||
logoRemoveFailed: 'Misslyckades med att ta bort logotyp'
|
||||
},
|
||||
auth: {
|
||||
login: 'Logga in',
|
||||
|
||||
Reference in New Issue
Block a user