mirror of
https://github.com/frappe/books.git
synced 2024-12-23 19:39:07 +00:00
chore: improve toast message
This commit is contained in:
parent
fdf579356a
commit
89e70095ae
@ -115,7 +115,7 @@ export default {
|
||||
showReloadToast() {
|
||||
showToast({
|
||||
message: _('Changes require reload'),
|
||||
actionText: frappe._('Reload'),
|
||||
actionText: frappe._('Reload App'),
|
||||
type: 'info',
|
||||
action: async () => {
|
||||
frappe.events.trigger('reload-main-window');
|
||||
|
Loading…
Reference in New Issue
Block a user