mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 16:41:35 -04:00
Translate error message when setting a role
This commit is contained in:
@@ -98,7 +98,7 @@ export default {
|
||||
this.getUsersCurrentRole()
|
||||
} else {
|
||||
this.showMessage({
|
||||
title: 'Failed to change role.',
|
||||
title: this.$gettext('Failed to change role.'),
|
||||
desc: response.statusText,
|
||||
status: 'danger'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user