Skip to content

Commit 00d6143

Browse files
committed
chore: 🧺 ✏️ Fixed a type with the setup finalisation
1 parent ab5e680 commit 00d6143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/wizarr-frontend/src/modules/setup/pages/Complete.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1
44
class="text-xl text-center font-bold leading-tight tracking-tight text-gray-900 md:text-2xl dark:text-white"
55
>
6-
{{ __('Your Done') }}
6+
{{ __('You\'re Done') }}
77
</h1>
88
<p
99
class="text-base text-center text-gray-500 dark:text-gray-400 md:text-lg"

0 commit comments

Comments
 (0)