1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[PM-25481] Update copy in Admin-Console export-page (#16594)

* add support for export-scope-callout.component to conditionally render organizational export message

• use config service to capture feature flag status
• use platform service and routing to determine admin console context
This commit is contained in:
John Harrington
2025-10-02 06:20:21 -07:00
committed by GitHub
parent 4313dd2ecb
commit 65d56ca2f3
6 changed files with 272 additions and 66 deletions

View File

@@ -2654,6 +2654,24 @@
}
}
},
"exportingOrganizationVaultFromPasswordManagerWithDataOwnershipDesc": {
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported.",
"placeholders": {
"organization": {
"content": "$1",
"example": "My Org Name"
}
}
},
"exportingOrganizationVaultFromAdminConsoleWithDataOwnershipDesc": {
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported. My items collections will not be included.",
"placeholders": {
"organization": {
"content": "$1",
"example": "My Org Name"
}
}
},
"locked": {
"message": "Locked"
},