Skip to content

Commit e14d1e2

Browse files
Update src/EFCore.Design/Properties/DesignStrings.resx
Co-authored-by: Andriy Svyryd <AndriySvyryd@users.noreply.github.com>
1 parent bbb32c0 commit e14d1e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EFCore.Design/Properties/DesignStrings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<value>A compilation must be loaded.</value>
158158
</data>
159159
<data name="CompiledModelBackingFieldNotFound" xml:space="preserve">
160-
<value>Backing field for property '{entityType}.{propertyName}' could not be inferred. Use a matching field name or configure with HasField().</value>
160+
<value>Backing field for property '{entityType}.{propertyName}' could not be inferred. Use a matching field name or configure with 'HasField()'.</value>
161161
</data>
162162
<data name="CompiledModelConstructorBinding" xml:space="preserve">
163163
<value>The entity type '{entityType}' has a custom constructor binding. Compiled model can't be generated, because custom constructor bindings are not supported. Configure the custom constructor binding in '{customize}' in a partial '{className}' class instead.</value>

0 commit comments

Comments
 (0)