Skip to content

Commit 7441bb3

Browse files
committed
fix: fix typos
1 parent 43ac2f9 commit 7441bb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/DatasetUpload/DatasetUpload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export const DatasetUpload = () => {
9999

100100
return (
101101
<>
102-
<Tooltip title={unitOrOrgMissing ? "Select a organisation and unit" : "Upload dataset"}>
102+
<Tooltip title={unitOrOrgMissing ? "Select an organisation and unit" : "Upload dataset"}>
103103
<span>
104104
<IconButton
105105
disabled={unitOrOrgMissing || isTypesLoading}

features/userSettings/UserSettingsContent/ContextSection/contextActions/CreateOrganisationListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const CreateOrganisationListItem = () => {
8787
validationSchema={yup.object().shape({
8888
name: yup
8989
.string()
90-
.required("A organisation name is required")
90+
.required("An organisation name is required")
9191
.test(
9292
"does-not-exist-already",
9393
"The name is already used for an organisation",

0 commit comments

Comments
 (0)