mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: typo in invoice customize drawer
This commit is contained in:
@@ -32,7 +32,7 @@ function MarkDefaultBrandingTemplateAlert({
|
||||
.then(() => {
|
||||
AppToaster.show({
|
||||
message:
|
||||
'The branding template has been marked as default successfully.',
|
||||
'The branding template has been marked as a default template.',
|
||||
intent: Intent.SUCCESS,
|
||||
});
|
||||
closeAlert(name);
|
||||
@@ -60,8 +60,7 @@ function MarkDefaultBrandingTemplateAlert({
|
||||
onConfirm={handleConfirmDelete}
|
||||
>
|
||||
<p>
|
||||
Are you sure want to mark the given branding template as default
|
||||
template?
|
||||
Are you sure want to mark the given branding template as a default template?
|
||||
</p>
|
||||
</Alert>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user