1
0
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:
cyprain-okeke
2025-04-29 09:21:37 +01:00
committed by GitHub
parent ff846d2fab
commit 1457a97640
2 changed files with 7 additions and 16 deletions

View File

@@ -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()">