messages for annotation actions
This commit is contained in:
parent
a53a0080e9
commit
989d2cf2f0
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user