Skip to content

Commit

Permalink
Edit unsupported file type message for uploads
Browse files Browse the repository at this point in the history
Signed-off-by: shevijacobson <shevi214375552>
  • Loading branch information
shevijacobson committed Sep 30, 2024
1 parent d227e1c commit c0c3c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
"duplicateTag": "A tag with this name already exists. Use a different name.",
"duplicateWave": "The migration wave could not be created due to a conflict with an existing wave. Make sure the name and start/end dates are unique and try again.",
"importErrorCheckDocumentation": "For status Error imports, check the documentation to ensure your file is structured correctly.",
"unsupportedFileType": "Unsupported file type. Only Excel, ODS, and CSV files are allowed.",
"insecureTracker": "Insecure mode deactivates certificate verification. Use insecure mode for instances that have self-signed certificates.",
"inheritedReviewTooltip": "This application is inheriting a review from an archetype.",
"inheritedReviewTooltip_plural": "This application is inheriting reviews from {{count}} archetypes.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const ImportApplicationsForm: React.FC<ImportApplicationsFormProps> = ({
<FormHelperText>
<HelperText>
<HelperTextItem variant="error">
You should select a CSV/EXEL/ODS file.
{t("message.unsupportedFileType")}
</HelperTextItem>
</HelperText>
</FormHelperText>
Expand Down

0 comments on commit c0c3c0b

Please sign in to comment.