mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-30 00:23:09 +00:00
ui: sync job: small style & casing-consistency fixes
Ensure title-case is honored, while at it drop the "snapshot" for the advanced options, we do not use that for non-advanced option like "Removed Vanished" either. This avoids that some field labels wrap over multiple lines, at least for English. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
a3815aff82
commit
bccff939fa
@ -338,7 +338,7 @@ Ext.define('PBS.window.SyncJobEdit', {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldLabel: gettext('Remove vanished'),
|
fieldLabel: gettext('Remove Vanished'),
|
||||||
xtype: 'proxmoxcheckbox',
|
xtype: 'proxmoxcheckbox',
|
||||||
name: 'remove-vanished',
|
name: 'remove-vanished',
|
||||||
autoEl: {
|
autoEl: {
|
||||||
@ -386,7 +386,7 @@ Ext.define('PBS.window.SyncJobEdit', {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldLabel: gettext('Re-sync corrupt snapshots'),
|
fieldLabel: gettext('Re-sync Corrupt'),
|
||||||
xtype: 'proxmoxcheckbox',
|
xtype: 'proxmoxcheckbox',
|
||||||
name: 'resync-corrupt',
|
name: 'resync-corrupt',
|
||||||
autoEl: {
|
autoEl: {
|
||||||
@ -402,9 +402,9 @@ Ext.define('PBS.window.SyncJobEdit', {
|
|||||||
],
|
],
|
||||||
advancedColumn2: [
|
advancedColumn2: [
|
||||||
{
|
{
|
||||||
fieldLabel: gettext('Encrypted snapshots only'),
|
|
||||||
xtype: 'proxmoxcheckbox',
|
xtype: 'proxmoxcheckbox',
|
||||||
name: 'encrypted-only',
|
name: 'encrypted-only',
|
||||||
|
fieldLabel: gettext('Encrypted Only'),
|
||||||
autoEl: {
|
autoEl: {
|
||||||
tag: 'div',
|
tag: 'div',
|
||||||
'data-qtip': gettext('Sync only encrypted backup snapshots, exclude others.'),
|
'data-qtip': gettext('Sync only encrypted backup snapshots, exclude others.'),
|
||||||
@ -413,9 +413,9 @@ Ext.define('PBS.window.SyncJobEdit', {
|
|||||||
value: false,
|
value: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldLabel: gettext('Verified snapshots only'),
|
|
||||||
xtype: 'proxmoxcheckbox',
|
xtype: 'proxmoxcheckbox',
|
||||||
name: 'verified-only',
|
name: 'verified-only',
|
||||||
|
fieldLabel: gettext('Verified Only'),
|
||||||
autoEl: {
|
autoEl: {
|
||||||
tag: 'div',
|
tag: 'div',
|
||||||
'data-qtip': gettext('Sync only verified backup snapshots, exclude others.'),
|
'data-qtip': gettext('Sync only verified backup snapshots, exclude others.'),
|
||||||
|
Loading…
Reference in New Issue
Block a user