From 594732353816dbaabde94c20cafeb6791d31c751 Mon Sep 17 00:00:00 2001 From: Evan Boehs Date: Thu, 2 Feb 2023 16:45:30 -0500 Subject: [PATCH] fix(i18n): add `the` in delete (#1582) --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index 31159c52..c82cb306 100644 --- a/locales/en.json +++ b/locales/en.json @@ -119,7 +119,7 @@ "delete_list": { "cancel": "Cancel", "confirm": "Delete", - "title": "Are you sure you want to delete \"{0}\" list?" + "title": "Are you sure you want to delete the \"{0}\" list?" }, "delete_posts": { "cancel": "Cancel",