Skip to content

Commit

Permalink
Toaster: Use better title for flash messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Feb 8, 2021
1 parent c081003 commit 18f2cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/@layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ foreach ($customAssetPaths as $customAssetPath => $customAssetPathFormat) {
data.flashMessages.forEach(flashItem => {
app.$bvToast.toast(flashItem.message, {
variant: flashItem.type,
title: 'Baraja',
title: 'Notification',
toaster: 'b-toaster-bottom-left'
})
})
Expand All @@ -97,7 +97,7 @@ foreach ($customAssetPaths as $customAssetPath => $customAssetPathFormat) {
data.flashMessages.forEach(flashItem => {
app.$bvToast.toast(flashItem.message, {
variant: flashItem.type,
title: 'Baraja',
title: 'Warning',
toaster: 'b-toaster-bottom-left'
})
})
Expand Down

0 comments on commit 18f2cbf

Please sign in to comment.