diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-11-03 15:55:35 +0100 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-11-03 15:55:35 +0100 |
| commit | 4ec812b3b383df670f5eba47ce5347e6099a9fab (patch) | |
| tree | 9d54d2e4b3222131f86a49ebb8b26d5336ec0fab /packages/frontend/src/components/MkTutorialDialog.Note.vue | |
| parent | fix: tooltips missing (diff) | |
| download | sharkey-4ec812b3b383df670f5eba47ce5347e6099a9fab.tar.gz sharkey-4ec812b3b383df670f5eba47ce5347e6099a9fab.tar.bz2 sharkey-4ec812b3b383df670f5eba47ce5347e6099a9fab.zip | |
upd: change misskey to sharkey, msky to shonk
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, |