strings: fix album

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-03-24 16:56:35 -07:00
parent 3dbea3382d
commit 1ece331ecb
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ export function emptyDescription(routeName: string): string {
case "videos":
return t("memories", "Your videos will appear here");
case "albums":
return t("memories", "Create an album to get started");
return vueroute().params.name
? t("memories", "No photos in this album yet")
: t("memories", "Create an album to get started");
case "archive":
return t(
"memories",