mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Fix typo: ommited -> omitted (#5406)
This commit is contained in:
parent
ee02bf6b32
commit
43396a9dc1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue