public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] fix typo in user tag access text field
@ 2022-11-25 10:48 Daniel Tschlatscher
  2023-01-25 12:08 ` [pve-devel] applied: " Fiona Ebner
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Tschlatscher @ 2022-11-25 10:48 UTC (permalink / raw)
  To: pve-devel

This text is only displayed when at least one tag is defined in the
User Tag Access editor.

Signed-off-by: Daniel Tschlatscher <d.tschlatscher@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 081f9c48..dd79dc7f 100644
--- a/www/manager6/dc/OptionView.js
+++ b/www/manager6/dc/OptionView.js
@@ -485,7 +485,7 @@ Ext.define('PVE.dc.OptionView', {
 		let modeTxt = Ext.String.format(gettext('Mode: {0}'), mode);
 		let overrides = PVE.Utils.tagOverrides;
 		let tags = PVE.Utils.renderTags(list, overrides);
-		let listTxt = tags !== '' ? `, ${gettext('Pre-defiend:')} ${tags}` : '';
+		let listTxt = tags !== '' ? `, ${gettext('Pre-defined:')} ${tags}` : '';
 		return `${modeTxt}${listTxt}`;
 	    },
 	    header: gettext('User Tag Access'),
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH manager] fix typo in user tag access text field
  2022-11-25 10:48 [pve-devel] [PATCH manager] fix typo in user tag access text field Daniel Tschlatscher
@ 2023-01-25 12:08 ` Fiona Ebner
  0 siblings, 0 replies; 2+ messages in thread
From: Fiona Ebner @ 2023-01-25 12:08 UTC (permalink / raw)
  To: pve-devel

Am 25.11.22 um 11:48 schrieb Daniel Tschlatscher:
> This text is only displayed when at least one tag is defined in the
> User Tag Access editor.
> 
> Signed-off-by: Daniel Tschlatscher <d.tschlatscher@proxmox.com>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-25 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 10:48 [pve-devel] [PATCH manager] fix typo in user tag access text field Daniel Tschlatscher
2023-01-25 12:08 ` [pve-devel] applied: " Fiona Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal