diff --git a/src/services/strings.ts b/src/services/strings.ts index 117f7d14..0e5f5dd3 100644 --- a/src/services/strings.ts +++ b/src/services/strings.ts @@ -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",