Fix typo: ommited -> omitted (#5406)
This commit is contained in:
parent
827c378ac1
commit
9d530a5c38
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
<mk-user-name :user="u" :nowrap="false" style="line-height: 24px;"/>
|
<mk-user-name :user="u" :nowrap="false" style="line-height: 24px;"/>
|
||||||
</b>
|
</b>
|
||||||
</span>
|
</span>
|
||||||
<span slot="ommited">{{ count - 10 }}</span>
|
<span slot="omitted">{{ count - 10 }}</span>
|
||||||
<mk-reaction-icon slot="reaction" :reaction="reaction" ref="icon" />
|
<mk-reaction-icon slot="reaction" :reaction="reaction" ref="icon" />
|
||||||
</i18n>
|
</i18n>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue