mirror of
https://github.com/bitwarden/browser
synced 2025-01-21 08:47:52 +01:00
6 lines
198 B
HTML
6 lines
198 B
HTML
<ng-container *ngIf="show">
|
|
<app-callout type="info" title="{{ scopeConfig.title | i18n }}">
|
|
{{ scopeConfig.description | i18n: scopeConfig.scopeIdentifier }}
|
|
</app-callout>
|
|
</ng-container>
|