[pve-devel] [PATCH manager] ui: template view: add i18n context to "latest"

Maximiliano Sandoval m.sandoval at proxmox.com
Thu Dec 4 15:47:44 CET 2025


Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 www/manager6/storage/TemplateView.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/storage/TemplateView.js b/www/manager6/storage/TemplateView.js
index 9f313a0c..f6684fde 100644
--- a/www/manager6/storage/TemplateView.js
+++ b/www/manager6/storage/TemplateView.js
@@ -305,6 +305,7 @@ Ext.define('PVE.storage.OciRegistryPull', {
                     xtype: 'proxmoxKVComboBox',
                     name: 'tag',
                     allowBlank: false,
+                    // TRANSLATORS: As in a version of a OCI container, e.g. debian:latest
                     emptyText: gettext("for example 'latest'"),
                     fieldLabel: gettext('Tag'),
                     forceSelection: false,
-- 
2.47.3





More information about the pve-devel mailing list