From 1e6d64efd45c550dc97d6b653c6f63366da0e419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Castillo?= Date: Wed, 22 Jul 2026 16:16:50 -0300 Subject: [PATCH] fix: adjust i18n string for tier delete popup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Castillo --- src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 90d959ede..fd68c9b19 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -3009,7 +3009,7 @@ "label": "Label", "size": "Size", "order": "Order", - "remove_warning": "Are you sure you want to delete tier {name}", + "remove_warning": "Please verify you want to delete {name}", "placeholders": { "search": "Search tier" }