refactor: translation
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-10-04 07:55:30 +02:00
parent 000655fe1a
commit f510e26141
1 changed files with 1 additions and 2 deletions

View File

@ -88,8 +88,7 @@ module.exports = Self => {
myOptions);
if (!zoneShipped || zoneShipped.zoneFk != args.zoneId) {
const error = `You don't have privileges to change the zone or ` +
`for these parameters there are more than one shipping options, talk to agencies`;
const error = `You don't have privileges to change the zone`;
throw new UserError(error);
}