ui: traffic-control edit: avoid CIDR literals in gettext
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
91abfef049
commit
f8f4d7cab4
|
@ -287,7 +287,7 @@ Ext.define('PBS.window.TrafficControlEdit', {
|
||||||
xtype: 'proxmoxtextfield',
|
xtype: 'proxmoxtextfield',
|
||||||
fieldLabel: gettext('Network(s)'),
|
fieldLabel: gettext('Network(s)'),
|
||||||
name: 'network',
|
name: 'network',
|
||||||
emptyText: gettext('0.0.0.0/0, ::/0 (Apply on all Networks)'),
|
emptyText: `0.0.0.0/0, ::/0 (${gettext('Apply on all Networks')})`,
|
||||||
autoEl: {
|
autoEl: {
|
||||||
tag: 'div',
|
tag: 'div',
|
||||||
'data-qtip': gettext('A comma-separated list of networks to apply the (shared) limit.'),
|
'data-qtip': gettext('A comma-separated list of networks to apply the (shared) limit.'),
|
||||||
|
|
Loading…
Reference in New Issue