Skip to content

Commit

Permalink
Fix strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed Nov 30, 2022
1 parent a6edc81 commit 58ff853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/EFCore/Properties/CoreStrings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/EFCore/Properties/CoreStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,10 @@
<value>The key value at position {index} of the call to 'DbSet&lt;{entityType}&gt;.Find' was of type '{valueType}', which does not match the property type of '{propertyType}'.</value>
</data>
<data name="FindWrongCount" xml:space="preserve">
<value>{values} value(s) were passed to the 'FindEntry' or 'GetEntries" method for {properties} properties. The number of values must match the number of properties.</value>
<value>{values} value(s) were passed to the 'FindEntry' or 'GetEntries' method for {properties} properties. The number of values must match the number of properties.</value>
</data>
<data name="FindWrongType" xml:space="preserve">
<value>The 'FindEntry' or 'GetEntries" method was passed a '{valueType}' value for the '{propertyName}' property, when a '{propertyType}' value was expected.</value>
<value>The 'FindEntry' or 'GetEntries' method was passed a '{valueType}' value for the '{propertyName}' property, when a '{propertyType}' value was expected.</value>
</data>
<data name="FkAttributeOnNonUniquePrincipal" xml:space="preserve">
<value>The [ForeignKey] attribute for the navigation '{navigation}' cannot be specified on the entity type '{principalType}' since it represents a one-to-many relationship. Move the [ForeignKey] attribute to a property on '{dependentType}'.</value>
Expand Down

0 comments on commit 58ff853

Please sign in to comment.