diff options
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Note.vue')
| -rw-r--r-- | packages/frontend/src/components/MkTutorialDialog.Note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.Note.vue b/packages/frontend/src/components/MkTutorialDialog.Note.vue index e16624daad..3fca958055 100644 --- a/packages/frontend/src/components/MkTutorialDialog.Note.vue +++ b/packages/frontend/src/components/MkTutorialDialog.Note.vue @@ -56,7 +56,7 @@ const exampleNote = reactive<Misskey.entities.Note>({ onlineStatus: null, badgeRoles: [], }, - text: 'just setting up my msky', + text: 'just setting up my shonk', cw: null, visibility: 'public', localOnly: false, |