Translation user seen text to Slovenian

This commit is contained in:
Simon Pocrnjič
2026-04-12 21:56:13 +02:00
parent a5257df2b7
commit 821985469e
2 changed files with 32 additions and 25 deletions
@@ -22,7 +22,7 @@ const props = defineProps({
const activeTab = ref("actions");
</script>
<template>
<AppLayout title="Workflow">
<AppLayout title="Potek dela">
<template #header></template>
<div class="pt-12">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
@@ -36,7 +36,7 @@ const activeTab = ref("actions");
<template #header>
<div class="flex items-center gap-2">
<Workflow :size="18" />
<CardTitle class="uppercase">Workflow</CardTitle>
<CardTitle class="uppercase">Potek dela</CardTitle>
</div>
</template>
<Tabs v-model="activeTab" class="border-t">