Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
merge-requests/315/head
Marcin Mikołajczak 2018-07-06 16:06:14 +02:00
rodzic 93da3567d9
commit 3583770084
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -143,7 +143,7 @@ export default {
computed: {
labels () {
return {
inactive: this.$gettext('Determine if the user account is active or not. Inactive users cannot login or user the service.')
inactive: this.$gettext('Determine if the user account is active or not. Inactive users cannot login or use the service.')
}
},
allPermissions () {

Wyświetl plik

@ -93,7 +93,7 @@
</translate>
</template>
<template v-else>
<translate>Unkwnown</translate>
<translate>Unknown</translate>
</template>
</td>
<td></td>