From acd9d3903f85236a8f44740941e63bb66cf8cf29 Mon Sep 17 00:00:00 2001 From: vashjs <86330150+vashjs@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:51:02 +0100 Subject: [PATCH] UIBULKED-276 change translation key for Instance column (#391) --- translations/ui-bulk-edit/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/ui-bulk-edit/en.json b/translations/ui-bulk-edit/en.json index bba77031..a126bca3 100644 --- a/translations/ui-bulk-edit/en.json +++ b/translations/ui-bulk-edit/en.json @@ -197,7 +197,7 @@ "columns.HOLDINGS_RECORD.HRID": "Holdings HRID", "columns.HOLDINGS_RECORD.Holdings type": "Holdings type", "columns.HOLDINGS_RECORD.Former ids": "Former ids", - "columns.HOLDINGS_RECORD.Instance": "Instance (Title, Publisher, Publication date)", + "columns.HOLDINGS_RECORD.Instance (Title, Publisher, Publication date)": "Instance (Title, Publisher, Publication date)", "columns.HOLDINGS_RECORD.Permanent location": "Permanent location", "columns.HOLDINGS_RECORD.Temporary location": "Temporary location", "columns.HOLDINGS_RECORD.Effective location": "Effective location",