Pull request #222: fix remove only here tooltip

Merge in RED/ui from RED-1714 to master

* commit 'ad00db1c154496992370a24c05ded504def6b4dc':
  fix remove only here tooltip
This commit is contained in:
Timo Bejan 2021-06-29 09:09:38 +02:00
commit bf4d7ac3ab

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