parent
f0c0ab232a
commit
673fe7c9b3
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ export const ClientsSection = () => {
|
|||
addAlert(t("clientDeletedSuccess"), AlertVariant.success);
|
||||
refresh();
|
||||
} catch (error) {
|
||||
addError("client:clientDeleteError", error);
|
||||
addError("clients:clientDeleteError", error);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
|
@ -22,7 +22,7 @@ export default {
|
|||
saveProviderSuccess: "The provider has been saved successfully.",
|
||||
saveProviderListSuccess:
|
||||
"The priority of the provider has been updated successfully.",
|
||||
saveProviderError: "Error saving provider: ",
|
||||
saveProviderError: "Error saving provider: {{error}}",
|
||||
saveError: "Realm could not be updated: {{error}}",
|
||||
general: "General",
|
||||
login: "Login",
|
||||
|
|
Loading…
Reference in a new issue