Skip to content

Commit a5caa19

Browse files
authored
fix copy (#17504)
1 parent d7949ab commit a5caa19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/web/src/app/admin-console/organizations/policies/policy-edit-definitions/vnext-organization-data-ownership.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p>
2-
{{ "organizationDataOwnershipContent" | i18n }}
2+
{{ "organizationDataOwnershipDescContent" | i18n }}
33
<a
44
bitLink
55
href="https://bitwarden.com/resources/credential-lifecycle-management/"

apps/web/src/locales/en/messages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5813,9 +5813,9 @@
58135813
"message": "Require all items to be owned by an organization, removing the option to store items at the account level.",
58145814
"description": "This is the policy description shown in the policy list."
58155815
},
5816-
"organizationDataOwnershipContent": {
5817-
"message": "All items will be owned and saved to the organization, enabling organization-wide controls, visibility, and reporting. When turned on, a default collection be available for each member to store items. Learn more about managing the ",
5818-
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'All items will be owned and saved to the organization, enabling organization-wide controls, visibility, and reporting. When turned on, a default collection be available for each member to store items. Learn more about managing the credential lifecycle.'"
5816+
"organizationDataOwnershipDescContent": {
5817+
"message": "All items will be owned and saved to the organization, enabling organization-wide controls, visibility, and reporting. When turned on, a default collection will be available for each member to store items. Learn more about managing the ",
5818+
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'All items will be owned and saved to the organization, enabling organization-wide controls, visibility, and reporting. When turned on, a default collection will be available for each member to store items. Learn more about managing the credential lifecycle.'"
58195819
},
58205820
"organizationDataOwnershipContentAnchor": {
58215821
"message": "credential lifecycle",

0 commit comments

Comments
 (0)