Show red dot at exclude pages icon
This commit is contained in:
parent
2ea1f06f3f
commit
250190c97e
@ -62,6 +62,7 @@
|
||||
(action)="toggleExcludePages()"
|
||||
*ngIf="screen === 'file-preview'"
|
||||
[attr.aria-expanded]="activeExcludePages"
|
||||
[showDot]="!!fileStatus.excludedPages?.length"
|
||||
icon="red:exclude-pages"
|
||||
tooltip="file-preview.exclude-pages"
|
||||
tooltipPosition="below"
|
||||
|
||||
@ -446,6 +446,11 @@
|
||||
"success": "Redaction added!",
|
||||
"error": "Failed to save redaction: {{error}}"
|
||||
},
|
||||
"search": "Document name...",
|
||||
"change-legal-basis": {
|
||||
"success": "Annotation reason was edited.",
|
||||
"error": "Failed to edit annotation reason: {{error}}"
|
||||
},
|
||||
"approve": {
|
||||
"success": "Suggestion approved.",
|
||||
"error": "Failed to approve suggestion: {{error}}"
|
||||
@ -453,8 +458,7 @@
|
||||
"decline": {
|
||||
"success": "Suggestion declined.",
|
||||
"error": "Failed to decline suggestion: {{error}}"
|
||||
},
|
||||
"search": "Document name..."
|
||||
}
|
||||
},
|
||||
"dictionary": {
|
||||
"undo": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user