Skip to content

Commit

Permalink
Update Home.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman authored May 27, 2024
1 parent d71ada6 commit fb22e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const hasExtension = computed(() => !!window.lukso)
<Notifications
v-if="!hasExtension"
:notification="{
message: 'Please instal Universal Profile browser extension.',
message: 'Please install Universal Profile browser extension.',
type: 'warning',
}"
:hide-notification="true"
Expand Down

0 comments on commit fb22e4e

Please sign in to comment.