fix: Incorrect empty state text for /created Home tab

This commit is contained in:
Tom Moor 2021-08-13 09:57:20 -07:00
parent 8ba8013c6a
commit 1db31eed41
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function Home() {
documents={documents.createdByUser(user)}
fetch={documents.fetchOwned}
options={{ user }}
empty={<Empty>{t("Weird, this shouldnt ever be empty")}</Empty>}
empty={<Empty>{t("You havent created any documents yet")}</Empty>}
showCollection
/>
</Route>

View File

@ -391,6 +391,7 @@
"Recently viewed": "Recently viewed",
"Created by me": "Created by me",
"Weird, this shouldnt ever be empty": "Weird, this shouldnt ever be empty",
"You havent created any documents yet": "You havent created any documents yet",
"Documents youve recently viewed will be here for easy access": "Documents youve recently viewed will be here for easy access",
"We sent out your invites!": "We sent out your invites!",
"Sorry, you can only send {{MAX_INVITES}} invites at a time": "Sorry, you can only send {{MAX_INVITES}} invites at a time",