fix remove only here tooltip

This commit is contained in:
Dan Percic 2021-06-28 17:40:52 +03:00
parent afbebb2c8b
commit ad00db1c15

View File

@ -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);