Commit c464e564 authored by Randall Leeds's avatar Randall Leeds

Merge pull request #2355 from hypothesis/viewable-vs-visible

s/viewable/visible/
parents 5cc32a22 db2e9c47
...@@ -112,9 +112,9 @@ ...@@ -112,9 +112,9 @@
<footer class="annotation-footer"> <footer class="annotation-footer">
<div class="small" ng-if="vm.editing"> <div class="small" ng-if="vm.editing">
<p ng-show="vm.privacyLevel.text == 'Only Me'"> <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'"> <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>
<div class="form-actions" ng-if="vm.editing" ng-switch="vm.action"> <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