From 6e0f58e7a9b0635fe7b9ef810e3b6c3c51659fb3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 6 Oct 2020 15:15:18 +0200 Subject: [PATCH] ui: fixup: s/Hours/Days/ Signed-off-by: Thomas Lamprecht --- www/Dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/Dashboard.js b/www/Dashboard.js index 1a68029f..b20b4650 100644 --- a/www/Dashboard.js +++ b/www/Dashboard.js @@ -28,7 +28,7 @@ Ext.define('PBS.Dashboard', { minValue: 1, maxValue: 60, value: viewModel.get('days'), - fieldLabel: gettext('Hours to show'), + fieldLabel: gettext('Days to show'), }], buttons: [{ text: gettext('Save'), -- 2.39.2