From f29b3764944e590a28b328b2585eccd60d954879 Mon Sep 17 00:00:00 2001 From: John Harrington <84741727+harr1424@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:34:48 -0700 Subject: [PATCH] fix plurality in translation value --- apps/browser/src/_locales/en/messages.json | 2 +- apps/desktop/src/locales/en/messages.json | 2 +- apps/web/src/locales/en/messages.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",