all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH manager] ui: window/Settings: Mark strings as translatable
@ 2026-02-18 12:41 Maximiliano Sandoval
  2026-02-26 12:48 ` applied: " Fiona Ebner
  0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2026-02-18 12:41 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 www/manager6/window/Settings.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/manager6/window/Settings.js b/www/manager6/window/Settings.js
index 1737e633..77c86c2a 100644
--- a/www/manager6/window/Settings.js
+++ b/www/manager6/window/Settings.js
@@ -285,9 +285,9 @@ Ext.define('PVE.window.Settings', {
                     stateId: 'guest-notes-collapse',
                     reference: 'guestNotesCollapse',
                     comboItems: [
-                        ['never', 'Show by default'],
-                        ['always', 'Collapse by default'],
-                        ['auto', 'auto (Collapse if empty)'],
+                        ['never', gettext('Show by default')],
+                        ['always', gettext('Collapse by default')],
+                        ['auto', gettext('auto (Collapse if empty)')],
                     ],
                 },
                 {
-- 
2.47.3





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-26 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-18 12:41 [PATCH manager] ui: window/Settings: Mark strings as translatable Maximiliano Sandoval
2026-02-26 12:48 ` applied: " Fiona Ebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal