Skip to content

Commit

Permalink
Merge pull request #2091 from HubSpot/lorcanthrope-patch-1
Browse files Browse the repository at this point in the history
fix typo for task duration warning
  • Loading branch information
ssalinas authored May 12, 2020
2 parents 4f7a41d + 18e018a commit 6639684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SingularityUI/app/components/common/modal/FormModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default class FormModal extends React.Component {
try {
juration.parse(this.state.formState[formElement.name]);
} catch (exception) {
errors[formElement.name] = 'Invalid duraton specified.';
errors[formElement.name] = 'Invalid duration specified.';
}
}
});
Expand Down

0 comments on commit 6639684

Please sign in to comment.