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: Dannon <[email protected]>
  • Loading branch information
ahmedhamidawan and dannon authored Mar 12, 2024
1 parent 4a70321 commit 6a33805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function userTitle(title: string) {
@ok="onDelete"
@show="purgeHistory = false">
<p v-localize>
Do you also want to purge the history <i class="ml-1">{{ history.name }}</i>
Do you also want to permanently delete the history <i class="ml-1">{{ history.name }}</i>
</p>
<BFormCheckbox id="purge-history" v-model="purgeHistory">
<span v-localize>Purge history</span>
Expand Down

0 comments on commit 6a33805

Please sign in to comment.