Emphasize current user only in settings help tooltip

This commit is contained in:
shamoon 2024-01-15 14:18:45 -08:00
parent 293ad6dbee
commit 4a8a60b719
2 changed files with 3 additions and 3 deletions

View File

@ -686,8 +686,8 @@
<context context-type="linenumber">281</context>
</context-group>
</trans-unit>
<trans-unit id="1658074716498703596" datatype="html">
<source>Options to customize appearance, notifications, saved views and more. Settings apply to the current user only.</source>
<trans-unit id="4999473193657330663" datatype="html">
<source>Options to customize appearance, notifications, saved views and more. Settings apply to the &lt;strong&gt;current user only&lt;/strong&gt;.</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/components/admin/settings/settings.component.html</context>
<context context-type="linenumber">4</context>

View File

@ -1,7 +1,7 @@
<pngx-page-header
title="Settings"
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
>
<button class="btn btn-sm btn-outline-primary" (click)="tourService.start()"><ng-container i18n>Start tour</ng-container></button>