Skip to content

Commit

Permalink
Lint code with ESLint and Prettier
Browse files Browse the repository at this point in the history
Triggered by 559b5cd on branch refs/heads/issue-6179
  • Loading branch information
CarolineDenis authored and github-actions[bot] committed Jan 30, 2025
1 parent 559b5cd commit af37c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifyweb/frontend/js_src/lib/localization/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit af37c42

Please sign in to comment.