mirror of
https://github.com/frappe/books.git
synced 2025-01-11 02:36:14 +00:00
update text for prompt
This commit is contained in:
parent
41bb11f023
commit
ea4bdcae2d
@ -180,9 +180,9 @@ async function getSavePath(name) {
|
|||||||
export function promptWhenGstUnavailable() {
|
export function promptWhenGstUnavailable() {
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
showMessageDialog({
|
showMessageDialog({
|
||||||
message: _('Export failed!'),
|
message: _('Export failed'),
|
||||||
description: _(
|
description: _(
|
||||||
'Report cannot be exported if company gst details are not configured'
|
'Report cannot be exported if company gst details are not configured.'
|
||||||
),
|
),
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user