Remove time of the day from the header.

This commit is contained in:
codevictory
2022-01-04 21:54:42 +02:00
parent 6f6b3ea86f
commit c134be0e8f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
export const common: Record<string, string> = { export const common: Record<string, string> = {
"common.lintu": "Lintu", "common.lintu": "Lintu",
"common.maslo": "Maslo", "common.maslo": "Maslo",
"common.datetime": "August 27 | 11:00", "common.datetime": "August 27",
"common.place": "Seurantalo | Livonsaari" "common.place": "Seurantalo | Livonsaari"
} }

View File

@@ -1,6 +1,6 @@
export const common: Record<string, string> = { export const common: Record<string, string> = {
"common.lintu": "Lintu", "common.lintu": "Lintu",
"common.maslo": "Maslo", "common.maslo": "Maslo",
"common.datetime": "Elokuun 27 | 11:00", "common.datetime": "Elokuun 27",
"common.place": "Seurantalo | Livonsaari" "common.place": "Seurantalo | Livonsaari"
} }