diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-09-09 22:47:52 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-09-09 22:47:52 +0900 |
| commit | 9d530a5c387343910227f0ac466a5e56da73f165 (patch) | |
| tree | ab8efe8cb5c19ffbd06c6e5e1145f65bcdd1a136 /src/client | |
| parent | AP Lock (#5410) (diff) | |
| download | misskey-9d530a5c387343910227f0ac466a5e56da73f165.tar.gz misskey-9d530a5c387343910227f0ac466a5e56da73f165.tar.bz2 misskey-9d530a5c387343910227f0ac466a5e56da73f165.zip | |
Fix typo: ommited -> omitted (#5406)
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/reactions-viewer.details.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/reactions-viewer.details.vue b/src/client/app/common/views/components/reactions-viewer.details.vue index 1a2912ba37..778b936896 100644 --- a/src/client/app/common/views/components/reactions-viewer.details.vue +++ b/src/client/app/common/views/components/reactions-viewer.details.vue @@ -17,7 +17,7 @@ <mk-user-name :user="u" :nowrap="false" style="line-height: 24px;"/> </b> </span> - <span slot="ommited">{{ count - 10 }}</span> + <span slot="omitted">{{ count - 10 }}</span> <mk-reaction-icon slot="reaction" :reaction="reaction" ref="icon" /> </i18n> </div> |