summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-05-17 12:45:33 +0900
committerGitHub <noreply@github.com>2018-05-17 12:45:33 +0900
commit23d452b99ef043bc57064a08970f29961fb7a125 (patch)
treebc0a4cea26cbfee254e74b65c116e2b8d2e5a203 /src/client
parentRemove needless plugin (diff)
parentfix typo (diff)
downloadmisskey-23d452b99ef043bc57064a08970f29961fb7a125.tar.gz
misskey-23d452b99ef043bc57064a08970f29961fb7a125.tar.bz2
misskey-23d452b99ef043bc57064a08970f29961fb7a125.zip
Merge pull request #1587 from m4sk1n/typo
fix typo
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/desktop/views/components/calendar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/components/calendar.vue b/src/client/app/desktop/views/components/calendar.vue
index 1d8cc4f3a9..757eefac7e 100644
--- a/src/client/app/desktop/views/components/calendar.vue
+++ b/src/client/app/desktop/views/components/calendar.vue
@@ -64,7 +64,7 @@ export default Vue.extend({
'%i18n:!common.weekday-short.wednesday%',
'%i18n:!common.weekday-short.thursday%',
'%i18n:!common.weekday-short.friday%',
- '%i18n:!common.weekday-short.satruday%'
+ '%i18n:!common.weekday-short.saturday%'
]
};
},