feat: fix wording
This commit is contained in:
parent
f8f1d5a906
commit
fb0a7c7840
|
|
@ -252,8 +252,8 @@ export const AddOrEditWebhook: FC<{
|
|||
});
|
||||
toast.show(
|
||||
data?.id
|
||||
? 'Webhook updated successfully'
|
||||
: 'Webhook added successfully',
|
||||
? 'Autopost updated successfully'
|
||||
: 'Autopost added successfully',
|
||||
'success'
|
||||
);
|
||||
modal.closeAll();
|
||||
|
|
|
|||
|
|
@ -143,8 +143,8 @@ const AddOrRemoveSignature: FC<{
|
|||
});
|
||||
toast.show(
|
||||
data?.id
|
||||
? 'Webhook updated successfully'
|
||||
: 'Webhook added successfully',
|
||||
? 'Signature updated successfully'
|
||||
: 'Signature added successfully',
|
||||
'success'
|
||||
);
|
||||
modal.closeModal(modal.modals[modal.modals.length - 1].id);
|
||||
|
|
|
|||
Loading…
Reference in New Issue