diff --git a/web/frontend/src/generic/helper/TagManagement.svelte b/web/frontend/src/generic/helper/TagManagement.svelte index 5121921..0996f03 100644 --- a/web/frontend/src/generic/helper/TagManagement.svelte +++ b/web/frontend/src/generic/helper/TagManagement.svelte @@ -211,26 +211,19 @@ {#if pendingChange === utag.id} {:else} - {#if utag.scope === 'global' || utag.scope === 'admin'} - {#if isAdmin} - + + Private Tag {/if} - {:else} + + {#if isAdmin || (utag.scope !== 'global' && utag.scope !== 'admin')} + + {#if isAdmin || (uutag.scope !== 'global' && uutag.scope !== 'admin')}