mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
set title
This commit is contained in:
parent
75061780cd
commit
81f8bf48bc
|
@ -2212,7 +2212,7 @@ export default mixins(
|
|||
}
|
||||
|
||||
message = `${message} <a class="primary-color">More info</a>`;
|
||||
this.$showWarning('Critical Update', message, {
|
||||
this.$showWarning('Critical Update available', message, {
|
||||
onClick: () => {
|
||||
this.$store.dispatch('ui/openUpdatesPanel');
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue