2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 11:29:03 +00:00

update text for prompt

This commit is contained in:
Ankit Singhaniya 2021-12-14 22:51:50 +05:30 committed by Alan
parent 41bb11f023
commit ea4bdcae2d

View File

@ -180,9 +180,9 @@ async function getSavePath(name) {
export function promptWhenGstUnavailable() {
return new Promise((resolve) => {
showMessageDialog({
message: _('Export failed!'),
message: _('Export failed'),
description: _(
'Report cannot be exported if company gst details are not configured'
'Report cannot be exported if company gst details are not configured.'
),
buttons: [
{