diff --git a/apps/browser/src/_locales/en/messages.json b/apps/browser/src/_locales/en/messages.json index 1ac7fcacaed..f2c3c35cc19 100644 --- a/apps/browser/src/_locales/en/messages.json +++ b/apps/browser/src/_locales/en/messages.json @@ -3203,7 +3203,7 @@ } }, "exportingOrganizationVaultFromAdminConsoleWithDataOwnershipDesc": { - "message": "Only the organization vault associated with $ORGANIZATION$ will be exported. My items collection will not be included.", + "message": "Only the organization vault associated with $ORGANIZATION$ will be exported. My items collections will not be included.", "placeholders": { "organization": { "content": "$1", diff --git a/apps/desktop/src/locales/en/messages.json b/apps/desktop/src/locales/en/messages.json index cc0df3b21c6..a3fd2edb539 100644 --- a/apps/desktop/src/locales/en/messages.json +++ b/apps/desktop/src/locales/en/messages.json @@ -2664,7 +2664,7 @@ } }, "exportingOrganizationVaultFromAdminConsoleWithDataOwnershipDesc": { - "message": "Only the organization vault associated with $ORGANIZATION$ will be exported. My items collection will not be included.", + "message": "Only the organization vault associated with $ORGANIZATION$ will be exported. My items collections will not be included.", "placeholders": { "organization": { "content": "$1", diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 597f312eccd..46e4f066525 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -6982,7 +6982,7 @@ } }, "exportingOrganizationVaultFromAdminConsoleWithDataOwnershipDesc": { - "message": "Only the organization vault associated with $ORGANIZATION$ will be exported. My items collection will not be included.", + "message": "Only the organization vault associated with $ORGANIZATION$ will be exported. My items collections will not be included.", "placeholders": { "organization": { "content": "$1",