Skip to content

Commit

Permalink
Translation unpin incident -> delete incident (#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed May 23, 2024
2 parents 46e4b16 + abd62a1 commit 07a0718
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,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",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/StatusPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,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>
Expand Down

0 comments on commit 07a0718

Please sign in to comment.