From 1ee82e780ecabf22d0941c40c162d3f7a18ce405 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 12 Apr 2024 09:12:34 -0400 Subject: [PATCH] Update subheader on trash --- app/scenes/Trash.tsx | 2 +- shared/i18n/locales/en_US/translation.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/scenes/Trash.tsx b/app/scenes/Trash.tsx index c3b0ce8e0..ee659372e 100644 --- a/app/scenes/Trash.tsx +++ b/app/scenes/Trash.tsx @@ -18,7 +18,7 @@ function Trash() { {t("Documents")}} + heading={{t("Recently deleted")}} empty={{t("Trash is empty at the moment.")}} showCollection showTemplate diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index 3c80f20f3..fd1d23a2b 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -948,6 +948,7 @@ "Workspace name": "Workspace name", "You are creating a new workspace using your current account — {{email}}": "You are creating a new workspace using your current account — {{email}}", "To create a workspace under another email please sign up from the homepage": "To create a workspace under another email please sign up from the homepage", + "Recently deleted": "Recently deleted", "Trash is empty at the moment.": "Trash is empty at the moment.", "A confirmation code has been sent to your email address, please enter the code below to permanently destroy your account.": "A confirmation code has been sent to your email address, please enter the code below to permanently destroy your account.", "Are you sure? Deleting your account will destroy identifying data associated with your user and cannot be undone. You will be immediately logged out of {{appName}} and all your API tokens will be revoked.": "Are you sure? Deleting your account will destroy identifying data associated with your user and cannot be undone. You will be immediately logged out of {{appName}} and all your API tokens will be revoked.",