From cf734c602eb633bc09a6673a0c7ace1b9daddb3f Mon Sep 17 00:00:00 2001 From: jamesread Date: Wed, 17 Jun 2026 17:33:50 +0100 Subject: [PATCH] chore: minor changes to support the biffer features coming --- lang/combined_output.json | 3 ++- lang/en.yaml | 1 + var/macos/config.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lang/combined_output.json b/lang/combined_output.json index 160d277..0700b12 100644 --- a/lang/combined_output.json +++ b/lang/combined_output.json @@ -119,6 +119,7 @@ "logs.no-logs-to-display": "There are no logs to display.", "logs.page-description": "This is a list of logs from actions that have been executed. Use the filter box for search terms and expressions.", "logs.queue": "Queue", + "logs.queue-action-details": "Action Details", "logs.queue-empty": "There are no active or waiting executions right now.", "logs.queue-entity": "Entity", "logs.queue-group-active": "{active} active (max {max})", @@ -349,4 +350,4 @@ "welcome": "欢迎使用 OliveTin" } } -} +} \ No newline at end of file diff --git a/lang/en.yaml b/lang/en.yaml index 193b3ce..09ffe67 100644 --- a/lang/en.yaml +++ b/lang/en.yaml @@ -47,6 +47,7 @@ translations: logs.queue-running: Running logs.queue-position: "#{position}" logs.queue-entity: Entity + logs.queue-action-details: Action Details diagnostics.get-support: Get support diagnostics.get-support-description: If you are having problems with OliveTin and want to raise a support request, it would be very helpful to include a sosreport from this page. diagnostics.where-to-find-help: Where to find help diff --git a/var/macos/config.yaml b/var/macos/config.yaml index 7e92e35..ea89835 100644 --- a/var/macos/config.yaml +++ b/var/macos/config.yaml @@ -147,6 +147,7 @@ actions: # Using a path under the user's home is more natural on macOS. - title: Delete old backups icon: ashtonished + justification: true shell: rm -rf "$HOME/Backups/old/" arguments: - name: confirm