From 0d04d299f7b417d17d604e0f9d9bddafb6c84727 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 1 Jun 2026 12:10:57 +0200 Subject: [PATCH] Escape percent sign in translation --- lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en.json b/lang/en.json index fd0075e..cbddb7a 100644 --- a/lang/en.json +++ b/lang/en.json @@ -7,7 +7,7 @@ "AlertMeWhen": "Alert me when", "AlertDescriptionOptional": "Description (optional)", "AlertDescriptionInlineHelp": "Enter a description to provide additional context, such as the purpose or usage.", - "AlertDescriptionPlaceholder": "Alert me when visits decrease by 40%", + "AlertDescriptionPlaceholder": "Alert me when visits decrease by 40%%", "AlertName": "Alert Name", "AlertNameInlineHelp": "Enter a unique name to clearly identify this custom alert.", "AlertNamePlaceholder": "Visits drop detected",