[pve-devel] [PATCH backup v2 2/3] improve some translatable strings
Maximiliano Sandoval
m.sandoval at proxmox.com
Wed Jul 30 12:38:17 CEST 2025
The 'S3 Refresh' string is already in our pot files.
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
www/Utils.js | 2 +-
www/window/InfluxDbEdit.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/Utils.js b/www/Utils.js
index ccdae522c..55365b1f0 100644
--- a/www/Utils.js
+++ b/www/Utils.js
@@ -847,7 +847,7 @@ Ext.define('PBS.Utils', {
modeText = gettext('Unmounting');
break;
case 's3-refresh':
- modeText = gettext('S3 refresh');
+ modeText = gettext('S3 Refresh');
break;
}
return `${modeText} ${extra}`;
diff --git a/www/window/InfluxDbEdit.js b/www/window/InfluxDbEdit.js
index 274a45296..34841de6a 100644
--- a/www/window/InfluxDbEdit.js
+++ b/www/window/InfluxDbEdit.js
@@ -95,7 +95,7 @@ Ext.define('PBS.window.InfluxDbHttpEdit', {
{
xtype: 'proxmoxintegerfield',
name: 'max-body-size',
- fieldLabel: gettext('Batch Size (b)'),
+ fieldLabel: gettext('Batch Size (bits)'),
minValue: 1,
emptyText: '25000000',
submitEmpty: false,
--
2.47.2
More information about the pve-devel
mailing list