Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 51b9dbd

Browse filesBrowse files
committed
bug #12954 Fix Typo (belghiti)
This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead (closes #12954). Discussion ---------- Fix Typo Fix a typo in line 12 is build => is built <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- ef087ab Fix Typo
2 parents 0c91dfc + ef087ab commit 51b9dbd
Copy full SHA for 51b9dbd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: reference/forms/types/options/label_format.rst.inc
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.