Commit 4719fb14 authored by Hannah Stepanek's avatar Hannah Stepanek

Include highlights in annotation creation error

Previously the error message about not being able to create
annotations when logged out only mentioned annotations but,
technically you cannot create highlights either. Change the
error message to include highlights as well.
parent 35e5b954
<header class="annotation-header" ng-if="!vm.user()"> <header class="annotation-header" ng-if="!vm.user()">
<strong>You must be logged in to create annotations.</strong> <strong>You must be logged in to create annotations and highlights.</strong>
</header> </header>
<div ng-keydown="vm.onKeydown($event)" ng-if="vm.user()"> <div ng-keydown="vm.onKeydown($event)" ng-if="vm.user()">
......
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