Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33e4759

Browse files
authored
Fix Typo
Fix a typo in line 12 is build => is built
1 parent ebb1f5e commit 33e4759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/label_format.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ option was not set. This is useful when using
99

1010
If you're using keyword translation messages as labels, you often end up having
1111
multiple keyword messages for the same label (e.g. ``profile_address_street``,
12-
``invoice_address_street``). This is because the label is build for each "path"
12+
``invoice_address_street``). This is because the label is built for each "path"
1313
to a field. To avoid duplicated keyword messages, you can configure the label
1414
format to a static value, like::
1515

0 commit comments

Comments
 (0)