ui: fixup: s/Hours/Days/

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-10-06 15:15:18 +02:00
parent dee74aa440
commit 6e0f58e7a9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Ext.define('PBS.Dashboard', {
minValue: 1, minValue: 1,
maxValue: 60, maxValue: 60,
value: viewModel.get('days'), value: viewModel.get('days'),
fieldLabel: gettext('Hours to show'), fieldLabel: gettext('Days to show'),
}], }],
buttons: [{ buttons: [{
text: gettext('Save'), text: gettext('Save'),