Update verbiage for removing notifications

face-detect
Noah Petherbridge 2023-08-04 19:41:14 -07:00
parent 09497d3e52
commit 22d485156f
1 changed files with 5 additions and 3 deletions

View File

@ -239,7 +239,8 @@
<div class="column is-narrow has-text-right">
<button type="submit" name="intent" value="clear-all"
class="button is-danger is-light is-small"
onclick="return window.confirm('Are you sure you want to REMOVE all notifications?')">
onclick="return window.confirm('Are you sure you want to REMOVE all notifications?')"
title="Remove all notifications from your feed">
<i class="fa fa-xmark mr-1"></i>
Clear all
</button>
@ -450,8 +451,9 @@
<!-- Delete button for just this notification -->
<button type="button"
class="button is-danger is-light is-small nonshy-notif-delete-button"
data-notification-id="{{.ID}}">
<i class="fa fa-xmark mr-1"></i> Remove
data-notification-id="{{.ID}}"
title="Remove this notification from your feed">
<i class="fa fa-xmark mr-1"></i> Clear
</button>
</small>
</div>