1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13: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()">

View File

@@ -10599,20 +10599,11 @@
"removeUnlockWithPinPolicyDesc": {
"message": "Do not allow members to unlock their account with a PIN."
},
"limitedEventLogs": {
"message": "$PRODUCT_TYPE$ plans do not have access to real event logs",
"placeholders": {
"product_type": {
"content": "$1",
"example": "Teams"
}
}
"upgradeForFullEventsMessage": {
"message": "Event logs are not stored for your organization. Upgrade to a Teams or Enterprise plan to get full access to organization event logs."
},
"upgradeForFullEvents": {
"message": "Get full access to organization event logs by upgrading to a Teams or Enterprise plan."
},
"upgradeEventLogTitle" : {
"message" : "Upgrade for real event log data"
"upgradeEventLogTitleMessage" : {
"message" : "Upgrade to see event logs from your organization."
},
"upgradeEventLogMessage":{
"message" : "These events are examples only and do not reflect real events within your Bitwarden organization."