From fc5341c1e4420e0d63485b9ae95ce476fb3eed20 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 20 Jul 2020 12:50:15 +0200 Subject: [PATCH] [Minor] Fixed i18n update confirm message --- bower.json | 2 +- strolch-wc-i18n-editor.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 19d5f97..fb6914a 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-inspector", "description": "Strolch WebComponent Inspector", - "version": "0.20.0", + "version": "0.20.1", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/strolch-wc-i18n-editor.html b/strolch-wc-i18n-editor.html index 687bd65..baf9f11 100644 --- a/strolch-wc-i18n-editor.html +++ b/strolch-wc-i18n-editor.html @@ -167,7 +167,7 @@ } } - if (!confirm('Should the I18n Data really be deleted?')) { + if (!confirm('Should the I18n Data really be updated?')) { return; }