ui: hyphenate "Media-Set" to make it clearer that its one noun

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-05-21 15:53:50 +02:00
parent 07875ce13e
commit f44254b4bd
5 changed files with 12 additions and 9 deletions

View File

@ -32,12 +32,12 @@ Ext.define('PBS.TapeManagement.TapeBackupWindow', {
{
xtype: 'proxmoxcheckbox',
name: 'force-media-set',
fieldLabel: gettext('Force new Media Set'),
fieldLabel: gettext('Force new Media-Set'),
},
{
xtype: 'proxmoxcheckbox',
name: 'export-media-set',
fieldLabel: gettext('Export Media Set'),
fieldLabel: gettext('Export Media-Set'),
listeners: {
change: function(cb, value) {
let me = this;