mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 06:35:54 +02:00
refacotr: add translation message for warning
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user