mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
BIG-48: fix message alert estimate .
This commit is contained in:
@@ -113,8 +113,8 @@ function EstimateForm({
|
|||||||
AppToaster.show({
|
AppToaster.show({
|
||||||
message: intl.get(
|
message: intl.get(
|
||||||
isNewMode
|
isNewMode
|
||||||
? 'the_estimate_has_been_edited_successfully'
|
? 'the_estimate_has_been_created_successfully'
|
||||||
: 'the_estimate_has_been_created_successfully',
|
: 'the_estimate_has_been_edited_successfully',
|
||||||
{ number: values.estimate_number },
|
{ number: values.estimate_number },
|
||||||
),
|
),
|
||||||
intent: Intent.SUCCESS,
|
intent: Intent.SUCCESS,
|
||||||
|
|||||||
Reference in New Issue
Block a user