From c970652c401cd6f9ad9c17955cb89ae9872b40f8 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 20 Dec 2022 16:26:39 +0100 Subject: [PATCH] change locales --- frontend/src/locales/en.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 0dee09a59..c0e0e58d9 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -331,11 +331,13 @@ }, "via_link": "via Link", "welcome": "Welcome to the community", - "overview": "Good morning {name}", - "send": "Send Gradidos", - "transactions": "Your transactions", - "gdt": "Your GDT transactions", - "community": "My community", - "information": "Community Info", - "settings": "Settings" + "pageTitle": { + "overview": "Good morning {name}", + "send": "Send Gradidos", + "transactions": "Your transactions", + "gdt": "Your GDT transactions", + "community": "My community", + "information": "Community Info", + "settings": "Settings" + } }