[pve-devel] [PATCH manager 1/2] ui: fix typo
Dominik Csapak
d.csapak at proxmox.com
Wed Nov 25 13:09:00 CET 2020
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 at 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: [
>
More information about the pve-devel
mailing list