From 7d7f9bf07a2a3a6cf0df16fa75ab17727e9268d9 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 15 Nov 2020 15:28:50 +0100 Subject: [PATCH] Changed default label of dialog close button --- public/js/grocy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/grocy.js b/public/js/grocy.js index a6ef8b44..2fb0e20d 100644 --- a/public/js/grocy.js +++ b/public/js/grocy.js @@ -667,7 +667,7 @@ $(document).on("click", ".show-as-dialog-link", function(e) closeButton: false, buttons: { cancel: { - label: __t('Cancel'), + label: __t('Close'), className: 'btn-secondary responsive-button', callback: function() {