fix: remove MkVisibility scheduled time i18n
This commit is contained in:
parent
fc8357302d
commit
09185e44a9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<i
|
||||
v-else-if="note.visibility === 'specified' && note.scheduledAt"
|
||||
ref="specified"
|
||||
v-tooltip="i18n.t('scheduledPostAt', { time: (new Date(note.scheduledAt)).toLocaleString() })"
|
||||
v-tooltip="new Date(note.scheduledAt).toLocaleString()"
|
||||
:class="icon('ph-clock')"
|
||||
></i>
|
||||
<i
|
||||
|
|
Loading…
Reference in a new issue