From 7d3631307bd56bd0d6fe80c86ef99ede7f063f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 23 Nov 2022 14:31:15 +0100 Subject: [PATCH] Fix quotation marks for English locale 'settings.social-media.delete-modal.message' --- webapp/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 3de95d08c..87c84389b 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -804,7 +804,7 @@ "add-new-link": "Add new link", "delete-modal": { "confirm-button": "Delete", - "message": "Delete \"{name}\".", + "message": "Delete “{name}”.", "title": "Do you really want to delete your link?" }, "edit-link": "Edit link",