From 7bd31374250891a262e345a4a1a472c0bd19f506 Mon Sep 17 00:00:00 2001 From: abdo Date: Mon, 4 Jan 2021 00:31:58 +0300 Subject: [PATCH] Escape literal curly braces in Fluent --- ftl/core/fields.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftl/core/fields.ftl b/ftl/core/fields.ftl index 1e2a002b4..681a5aea1 100644 --- a/ftl/core/fields.ftl +++ b/ftl/core/fields.ftl @@ -13,4 +13,4 @@ fields-size = Size: fields-sort-by-this-field-in-the = Sort by this field in the browser fields-that-field-name-is-already-used = That field name is already used. fields-name-first-letter-not-valid = The field name should not start with #, ^ or /. -fields-name-invalid-letter = The field name should not contain :, ", { or }. +fields-name-invalid-letter = The field name should not contain :, ", {"{"} or {"}"}.