Changes 'publicly visible' label on buckets and also adds a tooltip with an explanation.
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Dan Pearl <dpearl@cwmars.org>
<div class="checkbox">
<label>
<input ng-model="args.pub" type="checkbox"/>
- [% l('Publicly Visible?') %]
+ [% l('Shareable') %]
+<eg-help-popover help-text="[%l('Visible and searchable by any staff member')%]">
</label>
</div>
</div>
<div class="checkbox">
<label>
<input ng-model="args.pub" type="checkbox">
- [% l('Publicly Visible?') %]
+ [% l('Shareable') %]
+<eg-help-popover help-text="[%l('Visible and searchable by any staff member')%]">
</label>
</div>
</div>