Skip to content

Commit 72b933f

Browse files
authoredMar 12, 2025··
fix(i18n): remove whitespace from tag (#8901)
1 parent 17365d8 commit 72b933f

File tree

1 file changed

+1
-1
lines changed
  • packages/sanity/src/core/i18n/bundles

1 file changed

+1
-1
lines changed
 

‎packages/sanity/src/core/i18n/bundles/studio.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ export const studioLocaleStrings = defineLocalesResources('studio', {
947947
'Search returned a type that\'s not valid for this reference: "{{returnedType}}"',
948948
/** Error description for when the document referenced is not one of the types declared as allowed target types in schema */
949949
'inputs.reference.error.invalid-type-description':
950-
'Referenced document (<code>{{documentId}}</code>) is of type <code>{{actualType}}</code>. According to the schema, referenced documents can only be of type <AllowedTypes />.',
950+
'Referenced document (<code>{{documentId}}</code>) is of type <code>{{actualType}}</code>. According to the schema, referenced documents can only be of type <AllowedTypes/>.',
951951
/** Error title for when the document referenced is not one of the types declared as allowed target types in schema */
952952
'inputs.reference.error.invalid-type-title': 'Document of invalid type',
953953
/** Error description for when the user does not have permissions to read the referenced document */

0 commit comments

Comments
 (0)
Please sign in to comment.