diff --git a/src/lib/components/layout/Sidebar/UserMenu.svelte b/src/lib/components/layout/Sidebar/UserMenu.svelte index e56cb5efc..32c0d822c 100644 --- a/src/lib/components/layout/Sidebar/UserMenu.svelte +++ b/src/lib/components/layout/Sidebar/UserMenu.svelte @@ -69,7 +69,7 @@ /> -
{$i18n.t('Settings')}
+
{$i18n.t('Settings')}
{#if role === 'admin'} @@ -117,7 +117,7 @@ /> -
{$i18n.t('Playground')}
+
{$i18n.t('Playground')}
{/if} @@ -181,7 +181,7 @@ /> -
{$i18n.t('Sign Out')}
+
{$i18n.t('Sign Out')}
{#if $activeUserCount}