* [pve-devel] [PATCH manager 1/2] ui: fix typo
@ 2020-11-25 12:04 Dominik Csapak
2020-11-25 12:04 ` [pve-devel] [PATCH manager 2/2] ui: fix labelWidth for 'Key' Dominik Csapak
2020-11-25 12:09 ` [pve-devel] [PATCH manager 1/2] ui: fix typo Dominik Csapak
0 siblings, 2 replies; 4+ messages in thread
From: Dominik Csapak @ 2020-11-25 12:04 UTC (permalink / raw)
To: pve-devel
see https://www.merriam-webster.com/dictionary/unusable
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
www/manager6/storage/PBSEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js
index 444a7e44..84de238c 100644
--- a/www/manager6/storage/PBSEdit.js
+++ b/www/manager6/storage/PBSEdit.js
@@ -124,7 +124,7 @@ Ext.define('PVE.Storage.PBSKeyShow', {
border: false,
padding: '10 10 10 10',
userCls: 'pmx-hint',
- html: gettext('Please save the encryption key - loosing it will render any backup created with it unuseable'),
+ html: gettext('Please save the encryption key - loosing it will render any backup created with it unusable'),
},
],
buttons: [
--
2.20.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] [PATCH manager 2/2] ui: fix labelWidth for 'Key'
2020-11-25 12:04 [pve-devel] [PATCH manager 1/2] ui: fix typo Dominik Csapak
@ 2020-11-25 12:04 ` Dominik Csapak
2020-11-25 12:19 ` [pve-devel] applied: " Thomas Lamprecht
2020-11-25 12:09 ` [pve-devel] [PATCH manager 1/2] ui: fix typo Dominik Csapak
1 sibling, 1 reply; 4+ messages in thread
From: Dominik Csapak @ 2020-11-25 12:04 UTC (permalink / raw)
To: pve-devel
it is not that short in other languages, e.g. German
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
www/manager6/storage/PBSEdit.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js
index 84de238c..394a027b 100644
--- a/www/manager6/storage/PBSEdit.js
+++ b/www/manager6/storage/PBSEdit.js
@@ -31,7 +31,7 @@ Ext.define('PVE.Storage.PBSKeyShow', {
{
xtype: 'textfield',
fieldLabel: gettext('Key'),
- labelWidth: 30,
+ labelWidth: 80,
inputId: 'encryption-key-value',
cbind: {
value: '{key}',
--
2.20.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pve-devel] [PATCH manager 1/2] ui: fix typo
2020-11-25 12:04 [pve-devel] [PATCH manager 1/2] ui: fix typo Dominik Csapak
2020-11-25 12:04 ` [pve-devel] [PATCH manager 2/2] ui: fix labelWidth for 'Key' Dominik Csapak
@ 2020-11-25 12:09 ` Dominik Csapak
1 sibling, 0 replies; 4+ messages in thread
From: Dominik Csapak @ 2020-11-25 12:09 UTC (permalink / raw)
To: pve-devel
On 11/25/20 1:04 PM, Dominik Csapak wrote:
> see https://www.merriam-webster.com/dictionary/unusable
>
> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
> ---
> www/manager6/storage/PBSEdit.js | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/www/manager6/storage/PBSEdit.js b/www/manager6/storage/PBSEdit.js
> index 444a7e44..84de238c 100644
> --- a/www/manager6/storage/PBSEdit.js
> +++ b/www/manager6/storage/PBSEdit.js
> @@ -124,7 +124,7 @@ Ext.define('PVE.Storage.PBSKeyShow', {
> border: false,
> padding: '10 10 10 10',
> userCls: 'pmx-hint',
> - html: gettext('Please save the encryption key - loosing it will render any backup created with it unuseable'),
> + html: gettext('Please save the encryption key - loosing it will render any backup created with it unusable'),\
argh also 'loosing' should be 'losing'
> },
> ],
> buttons: [
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] applied: [PATCH manager 2/2] ui: fix labelWidth for 'Key'
2020-11-25 12:04 ` [pve-devel] [PATCH manager 2/2] ui: fix labelWidth for 'Key' Dominik Csapak
@ 2020-11-25 12:19 ` Thomas Lamprecht
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Lamprecht @ 2020-11-25 12:19 UTC (permalink / raw)
To: Proxmox VE development discussion, Dominik Csapak
On 25.11.20 13:04, Dominik Csapak wrote:
> it is not that short in other languages, e.g. German
>
> Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
> ---
> www/manager6/storage/PBSEdit.js | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-11-25 12:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 12:04 [pve-devel] [PATCH manager 1/2] ui: fix typo Dominik Csapak
2020-11-25 12:04 ` [pve-devel] [PATCH manager 2/2] ui: fix labelWidth for 'Key' Dominik Csapak
2020-11-25 12:19 ` [pve-devel] applied: " Thomas Lamprecht
2020-11-25 12:09 ` [pve-devel] [PATCH manager 1/2] ui: fix typo Dominik Csapak
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