From 0198f135ac327f316ec0011cf671c5a659d65053 Mon Sep 17 00:00:00 2001 From: Nriver <6752679+Nriver@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:27:22 +0800 Subject: [PATCH] Fix duplicated key and missing '{' in translation.json --- src/public/translations/en/translation.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 425ea4a26..6374c7fcf 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -536,7 +536,6 @@ "delete_success": "Attachment '{{title}}' has been deleted.", "convert_confirm": "Are you sure you want to convert attachment '{{title}}' into a separate note?", "convert_success": "Attachment '{{title}}' has been converted to note.", - "rename_attachment": "Rename attachment", "enter_new_name": "Please enter new attachment's name" }, "calendar": { @@ -1224,7 +1223,7 @@ "close": "Close" }, "attachment_detail_2": { - "will_be_deleted_in": "This attachment will be automatically deleted in {time}}", + "will_be_deleted_in": "This attachment will be automatically deleted in {{time}}", "will_be_deleted_soon": "This attachment will be automatically deleted soon", "deletion_reason": ", because the attachment is not linked in the note's content. To prevent deletion, add the attachment link back into the content or convert the attachment into note.", "role_and_size": "Role: {{role}}, Size: {{size}}",