mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: messages appToaster.
This commit is contained in:
@@ -57,7 +57,7 @@ function CurrenciesList({
|
||||
setDeleteCurrencyState(false);
|
||||
AppToaster.show({
|
||||
message: formatMessage({
|
||||
id: 'the_currency_has_been_successfully_deleted',
|
||||
id: 'the_currency_has_been_deleted_successfully',
|
||||
}),
|
||||
intent: Intent.SUCCESS,
|
||||
});
|
||||
|
||||
@@ -57,7 +57,7 @@ function GeneralPreferences({
|
||||
.then((response) => {
|
||||
AppToaster.show({
|
||||
message: formatMessage({
|
||||
id: 'the_options_has_been_successfully_created',
|
||||
id: 'the_options_has_been_created_successfully',
|
||||
}),
|
||||
intent: Intent.SUCCESS,
|
||||
});
|
||||
|
||||
@@ -53,7 +53,7 @@ function UsersListPreferences({
|
||||
setInactiveUserState(false);
|
||||
AppToaster.show({
|
||||
message: formatMessage({
|
||||
id: 'the_user_has_been_successfully_inactivated',
|
||||
id: 'the_user_has_been_inactivated_successfully',
|
||||
}),
|
||||
intent: Intent.SUCCESS,
|
||||
});
|
||||
@@ -86,7 +86,7 @@ function UsersListPreferences({
|
||||
setDeleteUserState(false);
|
||||
AppToaster.show({
|
||||
message: formatMessage({
|
||||
id: 'the_user_has_been_successfully_deleted',
|
||||
id: 'the_user_has_been_deleted_successfully',
|
||||
}),
|
||||
intent: Intent.SUCCESS,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user