RED-2532: dictionary hint engine tooltip
This commit is contained in:
parent
8f2fc3bec5
commit
a62cdf6eaa
@ -41,7 +41,7 @@ export class AnnotationSourceComponent {
|
||||
this.engines = [
|
||||
{
|
||||
icon: 'red:dictionary',
|
||||
description: this._translateService.instant('annotation-engines.dictionary'),
|
||||
description: this._translateService.instant('annotation-engines.dictionary', { isHint: this.annotation.hint }),
|
||||
show: this._isBasedOn(Engines.DICTIONARY),
|
||||
},
|
||||
{
|
||||
|
||||
@ -249,7 +249,7 @@
|
||||
"undo": "Undo"
|
||||
},
|
||||
"annotation-engines": {
|
||||
"dictionary": "Redaction based on dictionary",
|
||||
"dictionary": "{isHint, select, true{Hint} other{Redaction}} based on dictionary",
|
||||
"ner": "Redaction based on AI",
|
||||
"rule": "Redaction based on rule {rule}"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user