Emphasize current user only in settings help tooltip
This commit is contained in:
parent
293ad6dbee
commit
4a8a60b719
@ -686,8 +686,8 @@
|
|||||||
<context context-type="linenumber">281</context>
|
<context context-type="linenumber">281</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="1658074716498703596" datatype="html">
|
<trans-unit id="4999473193657330663" datatype="html">
|
||||||
<source>Options to customize appearance, notifications, saved views and more. Settings apply to the current user only.</source>
|
<source>Options to customize appearance, notifications, saved views and more. Settings apply to the <strong>current user only</strong>.</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/admin/settings/settings.component.html</context>
|
<context context-type="sourcefile">src/app/components/admin/settings/settings.component.html</context>
|
||||||
<context context-type="linenumber">4</context>
|
<context context-type="linenumber">4</context>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<pngx-page-header
|
<pngx-page-header
|
||||||
title="Settings"
|
title="Settings"
|
||||||
i18n-title
|
i18n-title
|
||||||
info="Options to customize appearance, notifications, saved views and more. Settings apply to the current user only."
|
info="Options to customize appearance, notifications, saved views and more. Settings apply to the <strong>current user only</strong>."
|
||||||
i18n-info
|
i18n-info
|
||||||
>
|
>
|
||||||
<button class="btn btn-sm btn-outline-primary" (click)="tourService.start()"><ng-container i18n>Start tour</ng-container></button>
|
<button class="btn btn-sm btn-outline-primary" (click)="tourService.start()"><ng-container i18n>Start tour</ng-container></button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user