[Minor] Fixed i18n update confirm message

This commit is contained in:
Robert von Burg 2020-07-20 12:50:15 +02:00
parent f6c485fe04
commit fc5341c1e4
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -167,7 +167,7 @@
}
}
if (!confirm('Should the I18n Data really be deleted?')) {
if (!confirm('Should the I18n Data really be updated?')) {
return;
}