Fix some typos

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
This commit is contained in:
Marcin Mikołajczak 2018-07-06 16:06:14 +02:00
parent 93da3567d9
commit 3583770084
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ export default {
computed: { computed: {
labels () { labels () {
return { 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 () { allPermissions () {

View File

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