Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 3367b2a

Browse files
Fix typo error
Co-authored-by: Lounès Ksouri <[email protected]>
1 parent 11aeb54 commit 3367b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ export default {
441441
},
442442
async changeName() {
443443
if (this.newName.length === 0) {
444-
return this.$bvToast.toast("You're name must not be empty!", {
444+
return this.$bvToast.toast("Your name must not be empty!", {
445445
title: "Error",
446446
autoHideDelay: 3000,
447447
variant: "danger",

0 commit comments

Comments
 (0)