Skip to content

Commit

Permalink
Fix ebios-rm local name plural
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 20, 2024
1 parent e8471b3 commit c968ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/utils/crud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ export const URL_MODEL_MAP: ModelMap = {
endpointUrl: 'ebios-rm/studies',
name: 'ebiosrmstudy',
localName: 'ebiosRMstudy',
localNamePlural: 'ebiosRMstudy',
localNamePlural: 'ebiosRmStudies',
verboseName: 'Ebios RMstudy',
verboseNamePlural: 'Ebios RMstudy',
foreignKeyFields: [
Expand Down

0 comments on commit c968ca2

Please sign in to comment.