Update verbiage for removing notifications

This commit is contained in:
Noah Petherbridge 2023-08-04 19:41:14 -07:00
parent 09497d3e52
commit 22d485156f

View File

@ -239,7 +239,8 @@
<div class="column is-narrow has-text-right"> <div class="column is-narrow has-text-right">
<button type="submit" name="intent" value="clear-all" <button type="submit" name="intent" value="clear-all"
class="button is-danger is-light is-small" 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> <i class="fa fa-xmark mr-1"></i>
Clear all Clear all
</button> </button>
@ -450,8 +451,9 @@
<!-- Delete button for just this notification --> <!-- Delete button for just this notification -->
<button type="button" <button type="button"
class="button is-danger is-light is-small nonshy-notif-delete-button" class="button is-danger is-light is-small nonshy-notif-delete-button"
data-notification-id="{{.ID}}"> data-notification-id="{{.ID}}"
<i class="fa fa-xmark mr-1"></i> Remove title="Remove this notification from your feed">
<i class="fa fa-xmark mr-1"></i> Clear
</button> </button>
</small> </small>
</div> </div>