[Fix] Fire strolch-show-info event

This commit is contained in:
Robert von Burg 2022-05-24 09:55:42 +02:00
parent c87159a7e2
commit 1666bd67d7
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-plc",
"description": "Strolch PLC WebComponents",
"version": "0.3.18",
"version": "0.3.19",
"authors": ["Robert von Burg"],
"keywords": [
"strolch",

View File

@ -90,7 +90,7 @@
return;
}
this.fire("cx-show-info", {
this.fire("strolch-show-info", {
title: this.localize('confirmActionWarning'),
line1: this.localize('confirmActionWarningMsg'),
callback: function () {