Skip to content

Commit

Permalink
Fix typo and template path
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Apr 28, 2021
1 parent bdd3601 commit 9cb2e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/views/add/variantGroup/addVariantGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
templateOptions: {
formatter: 'model[options.key].name',
typeahead: 'item as item.name for item in options.data.typeaheadSearch($viewValue)',
popupTemplateUrl: '/components/forms/fieldTypes/variantTypeaheadPopup.tpl.html',
popupTemplateUrl: 'components/forms/fieldTypes/variantTypeaheadPopup.tpl.html',
onSelect: 'options.data.pushNew(model, index)'
},
data: {
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/add/variantGroup/addVariantGroup.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3>
<div class="col-xs-12">
<div ng-messages="vm.formMessages" class="add-messages">
<div ng-message="submitSuccess"><div class="alert alert-success">
<strong class="status">Success</strong> - <span class="message">Your new evidence item was successfully submitted.</span>
<strong class="status">Success</strong> - <span class="message">Your new variant group was successfully submitted.</span>
</div></div>
</div>
</div>
Expand Down

0 comments on commit 9cb2e31

Please sign in to comment.