From 25f7d2a91ac996971864c9335172bdf13dd648d9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 4 Jan 2023 11:03:40 +0100 Subject: [PATCH] fix #4448: ui: prune jobs: rename Store to Datastore for consitency Signed-off-by: Thomas Lamprecht --- www/config/PruneView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/config/PruneView.js b/www/config/PruneView.js index 9935913f..94bb7dd6 100644 --- a/www/config/PruneView.js +++ b/www/config/PruneView.js @@ -181,7 +181,7 @@ Ext.define('PBS.config.PruneJobView', { sortable: true, }, { - header: gettext('Store'), + header: gettext('Datastore'), dataIndex: 'store', width: 120, sortable: true, -- 2.39.5