#1028 - Fix example in docs to reflect requirement for _prompt for property I18N.

This commit is contained in:
Colin Young
2019-08-01 09:54:39 -04:00
committed by Oliver Drotbohm
parent 3d6dc9a52b
commit 04d295abfe

View File

@@ -271,7 +271,7 @@ The keys can be defined globally, locally or fully-qualified and need an `._prom
[source]
----
firstName._prompt=Firstname <1>
Employee.firstName=Firstname <2>
Employee.firstName._prompt=Firstname <2>
com.acme.Employee.firstName._prompt=Firstname <3>
----
<1> All properties named `email` will get "Firstname" rendered, independent of the type they're declared in.