Commit db2e9c47 authored by judell's avatar judell

s/viewable/visible/

parent 5cc32a22
......@@ -112,9 +112,9 @@
<footer class="annotation-footer">
<div class="small" ng-if="vm.editing">
<p ng-show="vm.privacyLevel.text == 'Only Me'">
<i class="h-icon-lock"></i> This annotation is viewable only to you.</p>
<i class="h-icon-lock"></i> This annotation is visible only to you.</p>
<p ng-show="vm.privacyLevel.text == 'Public'">
<i class="h-icon-public"></i> This annotation is viewable to everyone.</p>
<i class="h-icon-public"></i> This annotation is visible to everyone.</p>
</div>
<div class="form-actions" ng-if="vm.editing" ng-switch="vm.action">
......
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