mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
Fix the message display (#14419)
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<bit-callout
|
<bit-callout
|
||||||
type="info"
|
type="info"
|
||||||
[title]="'upgradeEventLogTitle' | i18n"
|
[title]="'upgradeEventLogTitleMessage' | i18n"
|
||||||
*ngIf="loaded && usePlaceHolderEvents"
|
*ngIf="loaded && usePlaceHolderEvents"
|
||||||
>
|
>
|
||||||
{{ "upgradeEventLogMessage" | i18n }}
|
{{ "upgradeEventLogMessage" | i18n }}
|
||||||
@@ -125,10 +125,10 @@
|
|||||||
<i class="bwi bwi-2x bwi-business tw-text-primary-600"></i>
|
<i class="bwi bwi-2x bwi-business tw-text-primary-600"></i>
|
||||||
|
|
||||||
<p class="tw-font-bold tw-mt-2">
|
<p class="tw-font-bold tw-mt-2">
|
||||||
{{ "limitedEventLogs" | i18n: ProductTierType[organization?.productTierType] }}
|
{{ "upgradeEventLogTitleMessage" | i18n }}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{{ "upgradeForFullEvents" | i18n }}
|
{{ "upgradeForFullEventsMessage" | i18n }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<button type="button" class="tw-mt-1" bitButton buttonType="primary" (click)="changePlan()">
|
<button type="button" class="tw-mt-1" bitButton buttonType="primary" (click)="changePlan()">
|
||||||
|
|||||||
@@ -10599,20 +10599,11 @@
|
|||||||
"removeUnlockWithPinPolicyDesc": {
|
"removeUnlockWithPinPolicyDesc": {
|
||||||
"message": "Do not allow members to unlock their account with a PIN."
|
"message": "Do not allow members to unlock their account with a PIN."
|
||||||
},
|
},
|
||||||
"limitedEventLogs": {
|
"upgradeForFullEventsMessage": {
|
||||||
"message": "$PRODUCT_TYPE$ plans do not have access to real event logs",
|
"message": "Event logs are not stored for your organization. Upgrade to a Teams or Enterprise plan to get full access to organization event logs."
|
||||||
"placeholders": {
|
|
||||||
"product_type": {
|
|
||||||
"content": "$1",
|
|
||||||
"example": "Teams"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"upgradeForFullEvents": {
|
"upgradeEventLogTitleMessage" : {
|
||||||
"message": "Get full access to organization event logs by upgrading to a Teams or Enterprise plan."
|
"message" : "Upgrade to see event logs from your organization."
|
||||||
},
|
|
||||||
"upgradeEventLogTitle" : {
|
|
||||||
"message" : "Upgrade for real event log data"
|
|
||||||
},
|
},
|
||||||
"upgradeEventLogMessage":{
|
"upgradeEventLogMessage":{
|
||||||
"message" : "These events are examples only and do not reflect real events within your Bitwarden organization."
|
"message" : "These events are examples only and do not reflect real events within your Bitwarden organization."
|
||||||
|
|||||||
Reference in New Issue
Block a user