messages for annotation actions

This commit is contained in:
Timo Bejan 2020-11-16 18:40:30 +02:00
parent a53a0080e9
commit 989d2cf2f0

View File

@ -209,6 +209,6 @@ export class ManualAnnotationService {
modifyDictionary?: boolean,
error: boolean = false
) {
return 'annotation-actions.message.' + mode + '.' + (modifyDictionary ? 'dictionary.' : 'manual-redaction.') + mode + (error ? '.error' : '.success');
return 'annotation-actions.message.' + (modifyDictionary ? 'dictionary.' : 'manual-redaction.') + mode + (error ? '.error' : '.success');
}
}