diff --git a/apps/red-ui/src/assets/i18n/en.json b/apps/red-ui/src/assets/i18n/en.json index 184c9ea75..c80ca3363 100644 --- a/apps/red-ui/src/assets/i18n/en.json +++ b/apps/red-ui/src/assets/i18n/en.json @@ -1303,8 +1303,8 @@ "excluded-from-redaction": "excluded", "fullscreen": "Full Screen (F)", "highlights": { - "convert": "Convert highlights", - "remove": "Remove highlights" + "convert": "Convert earmarks", + "remove": "Remove earmarks" }, "last-assignee": "{status, select, APPROVED{Approved} UNDER_APPROVAL{Reviewed} other{Last reviewed}} by:", "no-data": { @@ -1488,33 +1488,33 @@ }, "all-pages": "For all pages in this document", "convert": { - "confirmation": "The {count} selected {count, plural, one{highlight} other{highlights}} will be converted", - "details": "All highlights from the document will be converted to Imported Redactions, using the color set up in the Default Colors section of the app.", - "save": "Convert Highlights", - "title": "Convert highlights to imported redactions" + "confirmation": "The {count} selected {count, plural, one{highlight} other{earmarks}} will be converted", + "details": "All earmarks from the document will be converted to Imported Redactions, using the color set up in the Default Colors section of the app.", + "save": "Convert Earmarks", + "title": "Convert earmarks to imported redactions" }, "form": { "color": { - "label": "Highlight HEX Color" + "label": "Earmark HEX Color" }, "options": { "all-pages": { - "description": "The highlights in the selected HEX color will be removed on all pages of the document.", + "description": "The earmarks in the selected HEX color will be removed on all pages of the document.", "label": "Remove on all pages" }, "this-page": { - "description": "The highlights in the selected HEX color will be removed only on the current page in view.", + "description": "The earmarks in the selected HEX color will be removed only on the current page in view.", "label": "Remove only on this page" } } }, "remove": { - "confirmation": "The {count} selected {count, plural, one{highlight} other{highlights}} will be removed from the document", - "details": "Removing highlights from the document will delete all the rectangles and leave a white background behind the highlighted text.", - "save": "Remove Highlights", - "title": "Remove highlights" + "confirmation": "The {count} selected {count, plural, one{highlight} other{earmarks}} will be removed from the document", + "details": "Removing earmarks from the document will delete all the rectangles and leave a white background behind the highlighted text.", + "save": "Remove Earmarks", + "title": "Remove earmarks" }, - "success": "{operation, select, convert{Converting highlights in progress...} delete{Successfully removed highlights!} other{}} ", + "success": "{operation, select, convert{Converting earmarks in progress...} delete{Successfully removed earmarks!} other{}} ", "this-page": "Only for this page" }, "highlights": "{color} - {length} {length, plural, one{highlight} other{highlights}}",