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; }