diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-05-17 12:45:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-17 12:45:33 +0900 |
| commit | 23d452b99ef043bc57064a08970f29961fb7a125 (patch) | |
| tree | bc0a4cea26cbfee254e74b65c116e2b8d2e5a203 /src/client | |
| parent | Remove needless plugin (diff) | |
| parent | fix typo (diff) | |
| download | misskey-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.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%' ] }; }, |