edit unpin to delete

This commit is contained in:
LeoThies
2024-03-11 11:52:22 +01:00
committed by GitHub
parent 56aa81e337
commit abd62a12e4
2 changed files with 1 additions and 2 deletions

View File

@@ -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>