From 2bafa03a744059b87f2b9dd52f40dcd1a3454b74 Mon Sep 17 00:00:00 2001 From: jelveh Date: Tue, 17 Mar 2026 13:52:26 -0700 Subject: [PATCH] Add 'Add to Desktop' English translation Introduce a new i18n key `add_to_desktop` with value 'Add to Desktop' to the English translations file. This provides a label for UI actions that add items or apps to the desktop. --- src/gui/src/i18n/translations/en.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/src/i18n/translations/en.js b/src/gui/src/i18n/translations/en.js index 09688c867..4c9c48b39 100644 --- a/src/gui/src/i18n/translations/en.js +++ b/src/gui/src/i18n/translations/en.js @@ -27,6 +27,7 @@ const en = { account_password: 'Verify Account Password', access_granted_to: 'Access Granted To', add_existing_account: 'Add Existing Account', + add_to_desktop: 'Add to Desktop', ai_app_unavailable: 'AI app is not available. Please try again later.', all_fields_required: 'All fields are required.', allow: 'Allow',