Skip to content

Commit

Permalink
Merge branch 'proxmox:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
wy414012 authored Nov 13, 2024
2 parents 7c92c56 + 666905d commit 5e55a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/manager6/ceph/Pool.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Ext.define('PVE.CephPoolInputPanel', {
column2: [
{
xtype: 'proxmoxKVComboBox',
fieldLabel: 'PG Autoscale Mode',
fieldLabel: gettext('PG Autoscaler Mode'),
name: 'pg_autoscale_mode',
comboItems: [
['warn', 'warn'],
Expand Down Expand Up @@ -370,7 +370,7 @@ Ext.define('PVE.node.Ceph.PoolList', {
},
},
{
text: gettext('Autoscale Mode'),
text: gettext('Autoscaler Mode'),
flex: 1,
minWidth: 100,
align: 'right',
Expand Down

0 comments on commit 5e55a7e

Please sign in to comment.