From 8050f772caeedafffab6e3ec2f309205a019f3d0 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 20 Jun 2020 14:58:26 +0200 Subject: Add internationalized error block --- app/components/topic_index/topic_index.svelte | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/components/topic_index') diff --git a/app/components/topic_index/topic_index.svelte b/app/components/topic_index/topic_index.svelte index ea748a6..3de83bb 100644 --- a/app/components/topic_index/topic_index.svelte +++ b/app/components/topic_index/topic_index.svelte @@ -1,6 +1,8 @@ +

Topic Index.

This component lists topics for category or tag with id: {params.id}

-- cgit