From cc1290732d30eac8a9235b7f341ecfe240f3838d Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Tue, 20 Jan 2026 12:34:11 +0100 Subject: [PATCH] Update translation keys (#1465) --- apps/browser-extension/src/i18n/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/browser-extension/src/i18n/locales/en.json b/apps/browser-extension/src/i18n/locales/en.json index 7632717e0..71953846f 100644 --- a/apps/browser-extension/src/i18n/locales/en.json +++ b/apps/browser-extension/src/i18n/locales/en.json @@ -460,8 +460,8 @@ "restore": "Restore", "deletePermanently": "Delete Permanently", "emptyAll": "Empty All", - "daysRemaining": "{{count}} day remaining", - "daysRemaining_plural": "{{count}} days remaining", + "daysRemaining_one": "{{count}} day remaining", + "daysRemaining_other": "{{count}} days remaining", "expiringSoon": "Expiring soon", "confirmDeleteTitle": "Delete Permanently?", "confirmDeleteMessage": "This item will be permanently deleted and cannot be recovered.",