diff --git a/client/src/components/History/CurrentHistory/HistoryMessages.vue b/client/src/components/History/CurrentHistory/HistoryMessages.vue index ab5b6c1180cc..b078e41f5e73 100644 --- a/client/src/components/History/CurrentHistory/HistoryMessages.vue +++ b/client/src/components/History/CurrentHistory/HistoryMessages.vue @@ -32,7 +32,7 @@ const currentUserOwnsHistory = computed(() => {
- {{ localize("History has been purged") }} + {{ localize("History has been permanently deleted") }} diff --git a/client/src/components/History/CurrentHistory/HistoryNavigation.vue b/client/src/components/History/CurrentHistory/HistoryNavigation.vue index 533dd159cb02..4413c2401f31 100644 --- a/client/src/components/History/CurrentHistory/HistoryNavigation.vue +++ b/client/src/components/History/CurrentHistory/HistoryNavigation.vue @@ -225,7 +225,7 @@ function userTitle(title: string) { :title="localize(isDeletedNotPurged ? 'Permanently Delete History' : 'Delete History')" @click="showDeleteModal = !showDeleteModal"> - Purge this History + Permanently Delete History Delete this History @@ -318,9 +318,9 @@ function userTitle(title: string) { @ok="historyStore.secureHistory(history)">

History: - {{ history.name }} + + {{ history.name }} +

This will make all the data in this history private (excluding library datasets), and will set @@ -331,7 +331,7 @@ function userTitle(title: string) { diff --git a/client/src/components/History/HistoryScrollList.vue b/client/src/components/History/HistoryScrollList.vue index c99e2cb619ab..a53b7a42913d 100644 --- a/client/src/components/History/HistoryScrollList.vue +++ b/client/src/components/History/HistoryScrollList.vue @@ -278,7 +278,11 @@ async function loadMore(noScroll = false) {

- +