mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00: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>
|
||||
);
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
.th {
|
||||
padding: 0.68rem 0.5rem;
|
||||
background: #f6f7f9;
|
||||
background: #f5f5f5;
|
||||
font-size: 14px;
|
||||
color: #424853;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user