diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json index eced713cb..c4ec2974f 100644 --- a/backend/i18n/frontend_en.json +++ b/backend/i18n/frontend_en.json @@ -865,7 +865,7 @@ "schemas.fieldTypes.references.countMax": "Max Items", "schemas.fieldTypes.references.countMin": "Min Items", "schemas.fieldTypes.references.description": "Links to other content items.", - "schemas.fieldTypes.references.mustBePublished": "References must be published", + "schemas.fieldTypes.references.mustBePublished": "Only take published references into account when validating.", "schemas.fieldTypes.references.resolve": "Resolve references", "schemas.fieldTypes.references.resolveHint": "Show the name of the referenced item in content list when MaxItems is set to 1.", "schemas.fieldTypes.string.characters": "Characters", diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json index eced713cb..c4ec2974f 100644 --- a/backend/i18n/source/frontend_en.json +++ b/backend/i18n/source/frontend_en.json @@ -865,7 +865,7 @@ "schemas.fieldTypes.references.countMax": "Max Items", "schemas.fieldTypes.references.countMin": "Min Items", "schemas.fieldTypes.references.description": "Links to other content items.", - "schemas.fieldTypes.references.mustBePublished": "References must be published", + "schemas.fieldTypes.references.mustBePublished": "Only take published references into account when validating.", "schemas.fieldTypes.references.resolve": "Resolve references", "schemas.fieldTypes.references.resolveHint": "Show the name of the referenced item in content list when MaxItems is set to 1.", "schemas.fieldTypes.string.characters": "Characters", diff --git a/frontend/src/app/features/rules/shared/actions/generic-action.component.html b/frontend/src/app/features/rules/shared/actions/generic-action.component.html index b1da472ba..a1a570c69 100644 --- a/frontend/src/app/features/rules/shared/actions/generic-action.component.html +++ b/frontend/src/app/features/rules/shared/actions/generic-action.component.html @@ -40,7 +40,7 @@