[pve-devel] [PATCH manager] ui: dc/OptionView: maximal -> maximum
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Sep 30 17:55:45 CEST 2021
On 28.09.21 09:52, Lorenz Stechauner wrote:
> Signed-off-by: Lorenz Stechauner <l.stechauner at proxmox.com>
> ---
> www/manager6/dc/OptionView.js | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/www/manager6/dc/OptionView.js b/www/manager6/dc/OptionView.js
> index edae97ea..a8f1ea6a 100644
> --- a/www/manager6/dc/OptionView.js
> +++ b/www/manager6/dc/OptionView.js
> @@ -209,7 +209,7 @@ Ext.define('PVE.dc.OptionView', {
> backendUnit: "KiB",
> }],
> });
> - me.add_integer_row('max_workers', gettext('Maximal Workers/bulk-action'), {
> + me.add_integer_row('max_workers', gettext('Maximum Workers/bulk-action'), {
hmm, it definitively sounds like it could be a false friend for German native speakers,
but "maximal" seems to be OK too, at least if one can believe dict.cc and/or wiktionary:
https://en-de.dict.cc/?s=maximal
https://en.wiktionary.org/wiki/maximal
Or do I overlook something here?
> deleteEmpty: true,
> defaultValue: 4,
> minValue: 1,
>
More information about the pve-devel
mailing list