From 8d6b6a045f60c8accb0ed65b90eef1017cb39e72 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 27 Oct 2020 17:41:55 +0100 Subject: [PATCH] ui: datastore: add confirmation message to verify all Signed-off-by: Thomas Lamprecht --- www/DataStoreContent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/DataStoreContent.js b/www/DataStoreContent.js index 870d6328..85222cc3 100644 --- a/www/DataStoreContent.js +++ b/www/DataStoreContent.js @@ -700,6 +700,7 @@ Ext.define('PBS.DataStoreContent', { { xtype: 'proxmoxButton', text: gettext('Verify All'), + confirmMsg: gettext('Do you want to verify all snapshots now?'), handler: 'verifyAll', }, '->',