fixing messages (#1241)

fixes: #1160
This commit is contained in:
Erik Jan de Wit 2021-09-27 16:54:01 +02:00 committed by GitHub
parent f0c0ab232a
commit 673fe7c9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ export const ClientsSection = () => {
addAlert(t("clientDeletedSuccess"), AlertVariant.success);
refresh();
} catch (error) {
addError("client:clientDeleteError", error);
addError("clients:clientDeleteError", error);
}
},
});

View file

@ -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",