fix: typo in invoice customize drawer

This commit is contained in:
Ahmed Bouhuolia
2024-09-17 19:18:22 +02:00
parent 5f40d50852
commit 34e781b4a2
5 changed files with 14 additions and 13 deletions

View File

@@ -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>
);