Skip to content

Commit

Permalink
Fix translation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Feb 27, 2025
1 parent f565441 commit 8aab890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Contexts/InstallationContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const InstallationProvider: FC<Props> = ({ children }) => {
AlertType.RequestFail,
<FailedRequestAlertContent
translatedMessage={TranslateText(
'Failed to retrieve areas on inspectionArea {0}',
'Failed to retrieve areas on inspection area {0}',
[inspectionArea.inspectionAreaName]
)}
/>,
Expand All @@ -108,7 +108,7 @@ export const InstallationProvider: FC<Props> = ({ children }) => {
AlertType.RequestFail,
<FailedRequestAlertListContent
translatedMessage={TranslateText(
'Failed to retrieve areas on inspectionArea {0}',
'Failed to retrieve areas on inspection area {0}',
[inspectionArea.inspectionAreaName]
)}
/>,
Expand Down

0 comments on commit 8aab890

Please sign in to comment.