aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/misc/help.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-main/misc/help.component.html')
-rw-r--r--client/src/app/shared/shared-main/misc/help.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/shared/shared-main/misc/help.component.html b/client/src/app/shared/shared-main/misc/help.component.html
index 9a6d3e48e..b2d58a828 100644
--- a/client/src/app/shared/shared-main/misc/help.component.html
+++ b/client/src/app/shared/shared-main/misc/help.component.html
@@ -26,8 +26,8 @@
26 role="button" 26 role="button"
27 class="help-tooltip-button" 27 class="help-tooltip-button"
28 container="body" 28 container="body"
29 title="Get help" 29 [title]="title"
30 i18n-title 30 tabindex=0
31 popoverClass="help-popover" 31 popoverClass="help-popover"
32 [attr.aria-pressed]="isPopoverOpened" 32 [attr.aria-pressed]="isPopoverOpened"
33 [ngbPopover]="tooltipTemplate" 33 [ngbPopover]="tooltipTemplate"
@@ -36,5 +36,5 @@
36 (onHidden)="onPopoverHidden()" 36 (onHidden)="onPopoverHidden()"
37 (onShown)="onPopoverShown()" 37 (onShown)="onPopoverShown()"
38> 38>
39 <my-global-icon iconName="help"></my-global-icon> 39 <my-global-icon [iconName]="iconName"></my-global-icon>
40</span> 40</span>