This commit is contained in:
ThatOneCalculator 2023-05-04 23:19:32 -07:00
parent 597ce41081
commit 7c1e1d336f
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
v-if="note.updatedAt" v-if="note.updatedAt"
:time="note.updatedAt" :time="note.updatedAt"
mode="none" mode="none"
>(<i class="ph-pencil-line ph-bold"></i > (<i class="ph-pencil-line ph-bold"></i
>{{ i18n.ts.edited }})</MkTime > {{ i18n.ts.edited }})</MkTime
> >
</MkA> </MkA>
<MkVisibility :note="note" /> <MkVisibility :note="note" />