From 4e24269265f0d94c2004c5743aa14cb8932e109f Mon Sep 17 00:00:00 2001 From: fen Date: Tue, 11 Oct 2022 16:20:49 +0800 Subject: [PATCH] fix: punctuation --- ui/src/i18n/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/i18n/locales/en.json b/ui/src/i18n/locales/en.json index 5c3b95fc..f556da29 100644 --- a/ui/src/i18n/locales/en.json +++ b/ui/src/i18n/locales/en.json @@ -335,7 +335,7 @@ "button_following": "Following", "tag_label": "questions", "search_placeholder": "Filter by tag name", - "no_description": "The tag has no description", + "no_description": "The tag has no description.", "more": "More" }, "ask": { @@ -850,4 +850,4 @@ } } } -} \ No newline at end of file +}