Commit 96b734fc authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Fix typos in template

parent b78cf1f7
......@@ -33,7 +33,7 @@
ng-click="vm.toggleCollapseBody($event)"
ng-title="vm.collapseBody ? 'Show the full annotation text' : 'Show the first few lines only'"
ng-bind="vm.collapseBody ? 'More' : 'Less'"
h-branding="accentColor">mire</a>
h-branding="accentColor">more</a>
</div>
<!-- Tags -->
<tag-editor
......@@ -41,7 +41,7 @@
annotation="vm.annotation"
on-edit-tags="vm.setTags(tags)"
tag-list="vm.state().tags"
/>
>
</tag-editor>
<tag-list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment