From af37c42e3495c31d1af9b0caa50c793801f50bfb Mon Sep 17 00:00:00 2001 From: Caroline D <108160931+CarolineDenis@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:04:53 +0000 Subject: [PATCH] Lint code with ESLint and Prettier Triggered by 559b5cdf3b807d878c63226badc4ae6684183ece on branch refs/heads/issue-6179 --- specifyweb/frontend/js_src/lib/localization/resources.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specifyweb/frontend/js_src/lib/localization/resources.ts b/specifyweb/frontend/js_src/lib/localization/resources.ts index 18315ea2d66..57b15b15a1d 100644 --- a/specifyweb/frontend/js_src/lib/localization/resources.ts +++ b/specifyweb/frontend/js_src/lib/localization/resources.ts @@ -851,6 +851,6 @@ export const resourcesText = createDictionary({ }, primaryDeletionErrorMessage: { 'en-us': - 'This record cannot be deleted as it is the primary record of the Collection Object Group. Please reload the page, then assign another CO as the primary record if a change is desired.' - } + 'This record cannot be deleted as it is the primary record of the Collection Object Group. Please reload the page, then assign another CO as the primary record if a change is desired.', + }, } as const);