Skip to content

Commit

Permalink
Update client/src/components/History/CurrentHistory/HistoryNavigation…
Browse files Browse the repository at this point in the history
….vue

Co-authored-by: David López <[email protected]>
  • Loading branch information
ahmedhamidawan and davelopez authored Jul 25, 2024
1 parent d749c97 commit cafbd29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function userTitle(title: string) {
:title="localize(isDeletedNotPurged ? 'Permanently Delete History' : 'Delete History')"
@click="showDeleteModal = !showDeleteModal">
<FontAwesomeIcon fixed-width :icon="isDeletedNotPurged ? faBurn : faTrash" class="mr-1" />
<span v-if="isDeletedNotPurged" v-localize>Purge this History</span>
<span v-if="isDeletedNotPurged" v-localize>Permanently delete this History</span>
<span v-else v-localize>Delete this History</span>
</BDropdownItem>

Expand Down

0 comments on commit cafbd29

Please sign in to comment.