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}
-
+
+ {#if isAdmin || (utag.scope !== 'global' && utag.scope !== 'admin')}
{:else}
- {#if uutag.scope === 'global' || uutag.scope === 'admin'}
- {#if isAdmin}
- addTagToJob(uutag)}
- >
-
-
+
+ {#if uutag.scope === 'global' || uutag.scope === 'admin'}
+ {uutag.scope.charAt(0).toUpperCase() + uutag.scope.slice(1)} Tag
+ {:else}
+ Private Tag
{/if}
- {:else}
+
+ {#if isAdmin || (uutag.scope !== 'global' && uutag.scope !== 'admin')}