File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
userSettings/UserSettingsContent/ContextSection/contextActions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export const DatasetUpload = () => {
99
99
100
100
return (
101
101
< >
102
- < Tooltip title = { unitOrOrgMissing ? "Select a organisation and unit" : "Upload dataset" } >
102
+ < Tooltip title = { unitOrOrgMissing ? "Select an organisation and unit" : "Upload dataset" } >
103
103
< span >
104
104
< IconButton
105
105
disabled = { unitOrOrgMissing || isTypesLoading }
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export const CreateOrganisationListItem = () => {
87
87
validationSchema = { yup . object ( ) . shape ( {
88
88
name : yup
89
89
. string ( )
90
- . required ( "A organisation name is required" )
90
+ . required ( "An organisation name is required" )
91
91
. test (
92
92
"does-not-exist-already" ,
93
93
"The name is already used for an organisation" ,
You can’t perform that action at this time.
0 commit comments