From 94f2a216ad19be3b9224630ef54861616c77d321 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Tue, 16 Sep 2025 10:11:43 +0500 Subject: [PATCH] intl: fix strings.ts --- packages/intl/src/strings.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/intl/src/strings.ts b/packages/intl/src/strings.ts index ce4831701..fb3e1fb55 100644 --- a/packages/intl/src/strings.ts +++ b/packages/intl/src/strings.ts @@ -2489,7 +2489,7 @@ Use this if changes from other devices are not appearing on this device. This wi noNotebooksSelectedToMove: () => t`No notebooks selected to move`, scrollToTop: () => t`Scroll to top`, scrollToBottom: () => t`Scroll to bottom`, - characters: (count: number) => t`${count} characters` emailConfirmedDesc: () => - t`Your email has been confirmed. You can now securely sync your encrypted notes across all devices.` + t`Your email has been confirmed. You can now securely sync your encrypted notes across all devices.`, + charactersCount: (count: number) => t`${count} characters` };