From ef087abdde3c6366ddcffef780b2a236923f8af3 Mon Sep 17 00:00:00 2001 From: belghiti idriss Date: Thu, 16 Jan 2020 19:12:32 +0100 Subject: [PATCH] Fix Typo Fix a typo in line 12 is build => is built --- reference/forms/types/options/label_format.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/options/label_format.rst.inc b/reference/forms/types/options/label_format.rst.inc index c45061d4be7..efe9d5d3760 100644 --- a/reference/forms/types/options/label_format.rst.inc +++ b/reference/forms/types/options/label_format.rst.inc @@ -9,7 +9,7 @@ option was not set. This is useful when using If you're using keyword translation messages as labels, you often end up having multiple keyword messages for the same label (e.g. ``profile_address_street``, -``invoice_address_street``). This is because the label is build for each "path" +``invoice_address_street``). This is because the label is built for each "path" to a field. To avoid duplicated keyword messages, you can configure the label format to a static value, like::