Fixed typo syntax error

This commit is contained in:
Petr Branberger 2023-05-10 16:33:22 +02:00
parent c4210be3c7
commit c87eee1fda

View File

@ -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;