Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed May 14, 2021
1 parent 74ceb4f commit 0b97d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsapp/js/actions.es6
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ actions.resources.duplicateSubmission.listen((uid, sid, duplicatedSubmission) =>
actions.resources.loadAsset({id: uid});
})
.fail((response) => {
alertify.error(t('Failed to duplicate submisson'));
alertify.error(t('Failed to duplicate submission'));
actions.resources.duplicateSubmission.failed(response);
});
});
Expand Down
2 changes: 1 addition & 1 deletion jsapp/js/components/assetrow.es6
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class AssetRow extends React.Component {
{ this.props.asset_type == ASSET_TYPES.survey.id &&
<bem.AssetRow__cell
m={'submission-count'}
key={'submisson-count'}
key={'submission-count'}
className='mdl-cell mdl-cell--1-col mdl-cell--1-col-tablet mdl-cell--1-col-phone'
>
{
Expand Down

0 comments on commit 0b97d75

Please sign in to comment.