diff --git a/src/EFCore.Jet/Properties/JetStrings.resx b/src/EFCore.Jet/Properties/JetStrings.resx
index 5fc70de..911202e 100644
--- a/src/EFCore.Jet/Properties/JetStrings.resx
+++ b/src/EFCore.Jet/Properties/JetStrings.resx
@@ -171,10 +171,6 @@
Found type alias with name: {alias} which maps to underlying data type {dataType}.
Debug JetEventId.TypeAliasFound string string
-
-
- The property '{property}' on entity type '{entityType}' is of type 'byte', but is set up to use a SQL Server identity column; this requires that values starting at 255 and counting down will be used for temporary key values. A temporary key value is needed for every entity inserted in a single call to 'SaveChanges'. Care must be taken that these values do not collide with real key values.
- Warning JetEventId.ByteIdentityColumnWarning string string
A database type for column '{columnName}' on table '{tableName}' could not be found, the column will be skipped.