edit unpin to delete

pull/4565/head
LeoThies 2 months ago committed by GitHub
parent 56aa81e337
commit abd62a12e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -279,7 +279,6 @@
"Please input title and content": "Please input title and content",
"Created": "Created",
"Last Updated": "Last Updated",
"Unpin": "Unpin",
"Switch to Light Theme": "Switch to Light Theme",
"Switch to Dark Theme": "Switch to Dark Theme",
"Show Tags": "Show Tags",

@ -221,7 +221,7 @@
<button v-if="!editIncidentMode && incident.id" class="btn btn-light me-2" @click="unpinIncident">
<font-awesome-icon icon="unlink" />
{{ $t("Unpin") }}
{{ $t("Delete") }}
</button>
</div>
</div>

Loading…
Cancel
Save