diff options
| -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> |