2
0
mirror of https://github.com/frappe/books.git synced 2024-12-24 11:55:46 +00:00

chore: improve toast message

This commit is contained in:
18alantom 2022-01-19 16:18:57 +05:30
parent fdf579356a
commit 89e70095ae

View File

@ -115,7 +115,7 @@ export default {
showReloadToast() { showReloadToast() {
showToast({ showToast({
message: _('Changes require reload'), message: _('Changes require reload'),
actionText: frappe._('Reload'), actionText: frappe._('Reload App'),
type: 'info', type: 'info',
action: async () => { action: async () => {
frappe.events.trigger('reload-main-window'); frappe.events.trigger('reload-main-window');