mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 11:33:28 +00:00
Fix the message display (#14419)
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</div>
|
||||
<bit-callout
|
||||
type="info"
|
||||
[title]="'upgradeEventLogTitle' | i18n"
|
||||
[title]="'upgradeEventLogTitleMessage' | i18n"
|
||||
*ngIf="loaded && usePlaceHolderEvents"
|
||||
>
|
||||
{{ "upgradeEventLogMessage" | i18n }}
|
||||
@@ -125,10 +125,10 @@
|
||||
<i class="bwi bwi-2x bwi-business tw-text-primary-600"></i>
|
||||
|
||||
<p class="tw-font-bold tw-mt-2">
|
||||
{{ "limitedEventLogs" | i18n: ProductTierType[organization?.productTierType] }}
|
||||
{{ "upgradeEventLogTitleMessage" | i18n }}
|
||||
</p>
|
||||
<p>
|
||||
{{ "upgradeForFullEvents" | i18n }}
|
||||
{{ "upgradeForFullEventsMessage" | i18n }}
|
||||
</p>
|
||||
|
||||
<button type="button" class="tw-mt-1" bitButton buttonType="primary" (click)="changePlan()">
|
||||
|
||||
Reference in New Issue
Block a user