From c87eee1fdaecc725844d1df81f9cef18e9c6f3cc Mon Sep 17 00:00:00 2001 From: Petr Branberger <51099204+pBrambi@users.noreply.github.com> Date: Wed, 10 May 2023 16:33:22 +0200 Subject: [PATCH] Fixed typo syntax error --- app/locales/cs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/locales/cs.ts b/app/locales/cs.ts index 0446fb1e..ab9b39a5 100644 --- a/app/locales/cs.ts +++ b/app/locales/cs.ts @@ -199,7 +199,7 @@ const cs: LocaleType = { Mask: { Name: "Maska", Page: { - Title: "Šablona pokynu"", + Title: "Šablona pokynu", SubTitle: (count: number) => `${count} šablon pokynů`, Search: "Hledat v šablonách", Create: "Vytvořit", @@ -239,7 +239,7 @@ const cs: LocaleType = { Close: "Zavřít", Create: "Vytvořit", Edit: "Upravit", - }, + } }; export default cs;