mirror of
https://github.com/directus/directus.git
synced 2026-01-28 04:58:07 -05:00
Fix title of roles browse, show perm on public
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user