From c25a63adc586625dd4e6123d9eadb64404452606 Mon Sep 17 00:00:00 2001 From: bymyself Date: Sat, 13 Dec 2025 04:18:36 -0800 Subject: [PATCH] use existing icon --- .../queue/dialogs/QueueClearHistoryDialog.vue | 29 +++++++++---------- src/locales/en/main.json | 6 ++-- 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/src/components/queue/dialogs/QueueClearHistoryDialog.vue b/src/components/queue/dialogs/QueueClearHistoryDialog.vue index 49283b717..65d72ec5b 100644 --- a/src/components/queue/dialogs/QueueClearHistoryDialog.vue +++ b/src/components/queue/dialogs/QueueClearHistoryDialog.vue @@ -5,13 +5,13 @@
-

+

{{ t('sideToolbar.queueProgressOverlay.clearHistoryDialogTitle') }} -

+

@@ -19,32 +19,31 @@
-
-

+

+
{{ t('sideToolbar.queueProgressOverlay.clearHistoryDialogDescription') }} -

-

+

{{ t('sideToolbar.queueProgressOverlay.clearHistoryDialogAssetsNote') }} -

+
diff --git a/src/locales/en/main.json b/src/locales/en/main.json index bb9c15272..7e43c38a2 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -734,9 +734,9 @@ "jobsFailed": "{count} job failed | {count} jobs failed", "cancelJobTooltip": "Cancel job", "clearQueueTooltip": "Clear queue", - "clearHistoryDialogTitle": "Clear your job queue history?", - "clearHistoryDialogDescription": "All the finished or failed jobs below will be removed from this Job queue panel.", - "clearHistoryDialogAssetsNote": "Assets generated by these jobs won’t be deleted and can always be viewed from the assets panel." + "clearHistoryDialogTitle": "Clear your history?", + "clearHistoryDialogDescription": "All jobs below will be removed.", + "clearHistoryDialogAssetsNote": "None of your outputs will be deleted." }, "workflowTab": { "confirmDeleteTitle": "Delete workflow?",