diff options
| author | Marcin Mikołajczak <me@m4sk.in> | 2018-05-16 16:35:07 +0200 |
|---|---|---|
| committer | Marcin Mikołajczak <me@m4sk.in> | 2018-05-16 16:35:07 +0200 |
| commit | f9cd25c4240d5fed8c205dcdddbe0d0c21d31a15 (patch) | |
| tree | ea8bf37dd371d9194c6defad4877c4434a0e4b87 /src/client | |
| parent | Update deliver.ts (diff) | |
| download | misskey-f9cd25c4240d5fed8c205dcdddbe0d0c21d31a15.tar.gz misskey-f9cd25c4240d5fed8c205dcdddbe0d0c21d31a15.tar.bz2 misskey-f9cd25c4240d5fed8c205dcdddbe0d0c21d31a15.zip | |
fix typo
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/desktop/views/components/calendar.vue | 2 |
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%' ] }; }, |