diff --git a/src/QuickMarcEditor/QuickMarcEditor.js b/src/QuickMarcEditor/QuickMarcEditor.js
index b63b78bf..af6c7240 100644
--- a/src/QuickMarcEditor/QuickMarcEditor.js
+++ b/src/QuickMarcEditor/QuickMarcEditor.js
@@ -244,6 +244,7 @@ const QuickMarcEditor = ({
const values = {
warnCount,
failCount,
+ breakingLine:
,
};
let messageId = null;
diff --git a/translations/ui-quick-marc/en.json b/translations/ui-quick-marc/en.json
index 968e39ec..b4a7e617 100644
--- a/translations/ui-quick-marc/en.json
+++ b/translations/ui-quick-marc/en.json
@@ -760,9 +760,9 @@
"record.save.error.notFound": "This record has been deleted by another user. You can no longer edit this record, hit the cancel button to return to the previous page.",
"record.save.error.generic": "Record not saved: Communication problem with server. Please try again.",
"record.save.error.derive": "Instance cannot be updated. Deprecated instance version.",
- "record.save.error.fail": "{failCount} Fail error(s) was found. You cannot save record with a Fail error. Please resolve error(s) and hit Save to re-validate your record.",
- "record.save.error.warn": "{warnCount} Warn error(s) was found. Hit Save again to continue to save record with Warn errors. Please resolve error(s) and hit Save to re-validate your record.",
- "record.save.error.failAndWarn": "{warnCount} Warn error(s) was found. {failCount} Fail error(s) was found. You cannot save record with a Fail error. Please resolve error(s) and hit Save to re-validate your record.",
+ "record.save.error.warn": "Please scroll to view the entire record. Resolve errors as needed and save to revalidate the record.{breakingLine}Warn errors: {warnCount}",
+ "record.save.error.fail": "Please scroll to view the entire record. Resolve errors as needed and save to revalidate the record.{breakingLine}Fail errors: {failCount}{breakingLine}Record cannot be saved with a fail error.",
+ "record.save.error.failAndWarn": "Please scroll to view the entire record. Resolve errors as needed and save to revalidate the record.{breakingLine}Warn errors: {warnCount}{breakingLine}Fail errors: {failCount}{breakingLine}Record cannot be saved with a fail error.",
"record.save.updatingLinkedBibRecords": "This record has successfully saved and is in process. {count} linked bibliographic record(s) updates have begun.",
"record.save.continue": "Save & keep editing",