set title

This commit is contained in:
Mutasem 2021-07-08 16:49:19 +02:00
parent 75061780cd
commit 81f8bf48bc

View file

@ -2212,7 +2212,7 @@ export default mixins(
} }
message = `${message} <a class="primary-color">More info</a>`; message = `${message} <a class="primary-color">More info</a>`;
this.$showWarning('Critical Update', message, { this.$showWarning('Critical Update available', message, {
onClick: () => { onClick: () => {
this.$store.dispatch('ui/openUpdatesPanel'); this.$store.dispatch('ui/openUpdatesPanel');
}, },