From 3f1c30c9489d9203d9ea7bb5dff2f94e34f57d49 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 16 Oct 2024 21:54:03 +0200 Subject: [PATCH] keep consistent messages, with fullstop at end --- interface/src/app/main/CustomEntities.tsx | 2 +- interface/src/app/main/Help.tsx | 2 +- interface/src/app/main/Modules.tsx | 2 +- interface/src/app/settings/DownloadUpload.tsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/src/app/main/CustomEntities.tsx b/interface/src/app/main/CustomEntities.tsx index 095f4ebdd..d5064383d 100644 --- a/interface/src/app/main/CustomEntities.tsx +++ b/interface/src/app/main/CustomEntities.tsx @@ -285,7 +285,7 @@ const CustomEntities = () => { {blocker ? : null} - {LL.ENTITIES_HELP_1()} + {LL.ENTITIES_HELP_1()}. {renderEntity()} diff --git a/interface/src/app/main/Help.tsx b/interface/src/app/main/Help.tsx index 159a1ace6..54cf68653 100644 --- a/interface/src/app/main/Help.tsx +++ b/interface/src/app/main/Help.tsx @@ -148,7 +148,7 @@ const Help = () => { - {LL.HELP_INFORMATION_4()} + {LL.HELP_INFORMATION_4()}.