Translation user seen text to Slovenian
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user