Fix title of roles browse, show perm on public

This commit is contained in:
rijkvanzanten
2020-06-11 15:39:10 -04:00
parent e0c614cf07
commit 2bb71efa27
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<private-view :title="$t('roles')">
<private-view :title="$t('settings_permissions')">
<template #headline>{{ $t('settings') }}</template>
<template #title-outer:prepend>

View File

@@ -47,7 +47,7 @@
</template>
<div class="roles">
<div class="permissions" v-if="[1, 2].includes(+primaryKey) === false">
<div class="permissions" v-if="primaryKey != 1">
<h2 class="title type-label">
{{ $t('permissions') }}
<span class="instant-save">{{ $t('saves_automatically') }}</span>