Add delete share translation (#11561)

This commit is contained in:
ian
2022-02-10 17:34:06 +08:00
committed by GitHub
parent f4275b41b3
commit a92836953b
2 changed files with 2 additions and 1 deletions

View File

@@ -359,6 +359,7 @@ interface_label: Interface
today: Today
yesterday: Yesterday
delete_comment: Delete Comment
delete_share: Delete Share
date-fns_date: PPP
date-fns_time: 'h:mm:ss a'
date-fns_time_no_seconds: 'h:mm a'

View File

@@ -27,7 +27,7 @@
<v-dialog :model-value="!!shareToDelete" @update:model-value="shareToDelete = null" @esc="shareToDelete = null">
<v-card>
<v-card-title>{{ t('delete_comment') }}</v-card-title>
<v-card-title>{{ t('delete_share') }}</v-card-title>
<v-card-text>{{ t('delete_are_you_sure') }}</v-card-text>
<v-card-actions>