refacotr: add translation message for warning

This commit is contained in:
prafull-opensignlabs
2024-11-08 21:05:39 +05:30
parent ade228f756
commit 3db32979dc
10 changed files with 17 additions and 11 deletions
@@ -16,7 +16,7 @@ export default async function updateSignatureType(request) {
} else if (isDefaultSignTypeOnly) {
throw new Parse.Error(
Parse.Error.INVALID_QUERY,
'Please enable one more signature type other than default.'
'At least one signature type other than the default should be enabled.'
);
} else {
try {