--- pve-manager/PVE/API2/Subscription.pm.alt-pve 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/PVE/API2/Subscription.pm 2021-09-27 08:50:51.298157939 +0000 @@ -209,7 +209,7 @@ __PACKAGE__->register_method ({ properties => { node => get_standard_option('pve-node'), key => { - description => "Proxmox VE subscription key", + description => "PVE subscription key", type => 'string', pattern => $subscription_pattern, maxLength => 32, --- pve-manager/PVE/Service/pveproxy.pm.alt-pve 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/PVE/Service/pveproxy.pm 2021-09-27 08:50:51.298157939 +0000 @@ -90,7 +90,7 @@ sub init { add_dirs($dirs, '/pwt/css/' => "$basedirs->{widgettoolkit}/css/"); $self->{server_config} = { - title => 'Proxmox VE API', + title => 'PVE API', keep_alive => 100, max_conn => 500, max_requests => 1000, --- pve-manager/bin/pvereport.alt-pve 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/bin/pvereport 2021-09-27 08:50:51.298157939 +0000 @@ -12,7 +12,7 @@ __END__ =head1 NAME -pvereport - Proxmox VE Report tool +pvereport - PVE Report tool =head1 SYNOPSIS @@ -20,4 +20,4 @@ pvereport =head1 DESCRIPTION -Display various information related to a Proxmox VE system +Display various information related to a PVE system --- pve-manager/bin/pveversion.alt-pve 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/bin/pveversion 2021-09-27 08:50:51.298157939 +0000 @@ -84,4 +84,4 @@ pveversion [--verbose] =head1 DESCRIPTION -Print version information for Proxmox VE packages. +Print version information for PVE packages. --- pve-manager/services/pvesr.service.alt-pve 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/services/pvesr.service 2021-09-27 08:50:51.298157939 +0000 @@ -1,5 +1,5 @@ [Unit] -Description=Proxmox VE replication runner +Description=PVE replication runner ConditionPathExists=/usr/bin/pvesr After=pve-cluster.service --- pve-manager/services/pvesr.timer.alt-pve 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/services/pvesr.timer 2021-09-27 08:50:51.298157939 +0000 @@ -1,5 +1,5 @@ [Unit] -Description=Proxmox VE replication runner +Description=PVE replication runner [Timer] AccuracySec=1 --- pve-manager/www/index.html.tpl.alt-pve 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/www/index.html.tpl 2021-09-27 08:50:51.298157939 +0000 @@ -4,7 +4,7 @@ - [% nodename %] - Proxmox Virtual Environment + [% nodename %] - Virtual Environment --- pve-manager/www/manager6/storage/CephFSEdit.js.alt-pve 2021-09-27 08:50:51.298157939 +0000 +++ pve-manager/www/manager6/storage/CephFSEdit.js 2021-09-27 08:53:30.378714396 +0000 @@ -88,7 +88,7 @@ Ext.define('PVE.storage.CephFSInputPanel uncheckedValue: 0, submitValue: false, hidden: !me.isCreate, - boxLabel: gettext('Use Proxmox VE managed hyper-converged cephFS'), + boxLabel: gettext('Use PVE managed hyper-converged cephFS'), }]; me.callParent(); --- pve-manager/www/manager6/storage/RBDEdit.js.alt-pve 2021-09-27 08:50:51.299157943 +0000 +++ pve-manager/www/manager6/storage/RBDEdit.js 2021-09-27 08:53:48.163776605 +0000 @@ -213,7 +213,7 @@ Ext.define('PVE.storage.RBDInputPanel', uncheckedValue: 0, submitValue: false, hidden: !me.isCreate, - boxLabel: gettext('Use Proxmox VE managed hyper-converged ceph pool'), + boxLabel: gettext('Use PVE managed hyper-converged ceph pool'), }, ]; --- pve-manager/www/manager6/window/LoginWindow.js.alt-pve 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/www/manager6/window/LoginWindow.js 2021-09-27 08:50:51.299157943 +0000 @@ -280,7 +280,7 @@ Ext.define('PVE.window.LoginWindow', { resizable: false, layout: 'auto', - title: gettext('Proxmox VE Login'), + title: gettext('PVE Login'), defaultFocus: 'usernameField', defaultButton: 'loginButton', --- pve-manager/www/mobile/Login.js.alt-pve 2021-09-27 08:50:51.283157887 +0000 +++ pve-manager/www/mobile/Login.js 2021-09-27 08:50:51.299157943 +0000 @@ -75,7 +75,7 @@ Ext.define('PVE.Login', { }, { xtype: 'fieldset', - title: 'Proxmox VE Login', + title: 'PVE Login', items: [ { xtype: 'textfield', --- pve-manager/www/touch/index.html.tpl.alt-pve 2021-08-05 14:22:06.000000000 +0000 +++ pve-manager/www/touch/index.html.tpl 2021-09-27 08:50:51.299157943 +0000 @@ -2,7 +2,7 @@ - [% nodename %] - Proxmox Virtual Environment + [% nodename %] - Virtual Environment