Rename "Don't Send" to "Not Sent" to make difference from Invalid/Ignore

a little more clear
This commit is contained in:
phl0 2023-05-04 13:40:14 +02:00
parent c4ac74c4ff
commit a580a920ef
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

View File

@ -180,7 +180,7 @@
<button type="button" class="btn btn-sm btn-success" id="sentBureau">Sent Bureau</button>
<button type="button" class="btn btn-sm btn-success" id="sentDirect">Sent Direct</button>
<button type="button" class="btn btn-sm btn-success" id="sentElectronic">Sent Electronic</button>
<button type="button" class="btn btn-sm btn-warning" id="dontSend">Don't Send</button>
<button type="button" class="btn btn-sm btn-warning" id="dontSend">Not Sent</button>
<button type="button" class="btn btn-sm btn-warning" id="notRequired">QSL Not Required</button>
<button type="button" class="btn btn-sm btn-info" id="exportAdif">Create ADIF</button>
<button type="button" class="btn btn-sm btn-danger" id="deleteQsos">Delete</button>