From f5cc111f9f25effe4dc47b7b537f6b2ea1d9b977 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Thu, 25 Jul 2024 11:06:18 -0500 Subject: [PATCH] replace purged with "permanently deleted" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: David López <46503462+davelopez@users.noreply.github.com> --- .../History/CurrentHistory/HistoryMessages.vue | 2 +- .../History/CurrentHistory/HistoryNavigation.vue | 10 +++++----- client/src/components/History/HistoryScrollList.vue | 6 +++++- 3 files changed, 11 insertions(+), 7 deletions(-) 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) {

- +