fix remove only here tooltip
This commit is contained in:
parent
afbebb2c8b
commit
ad00db1c15
@ -305,7 +305,9 @@ export class AnnotationActionsService {
|
||||
availableActions.push({
|
||||
type: 'actionButton',
|
||||
img: this._convertPath('/assets/icons/general/trash.svg'),
|
||||
title: this._translateService.instant('remove-annotation.only-here'),
|
||||
title: this._translateService.instant(
|
||||
'annotation-actions.remove-annotation.only-here'
|
||||
),
|
||||
onClick: () => {
|
||||
this._ngZone.run(() => {
|
||||
this.suggestRemoveAnnotation(null, annotations, false, annotationsChanged);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user