From 67fc389882774b3be450ff2dcc29554cdb637f36 Mon Sep 17 00:00:00 2001
From: Anastasia <155824290+kryzanivska-nastya@users.noreply.github.com>
Date: Fri, 20 Dec 2024 11:29:35 +0200
Subject: [PATCH] fixed bug
---
.../layout/components/footer/footer.component.html | 7 ++++++-
src/assets/i18n/en.json | 7 ++++---
src/assets/i18n/ua.json | 7 ++++---
3 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/src/app/main/component/layout/components/footer/footer.component.html b/src/app/main/component/layout/components/footer/footer.component.html
index 0230eea698..35a1eff84d 100644
--- a/src/app/main/component/layout/components/footer/footer.component.html
+++ b/src/app/main/component/layout/components/footer/footer.component.html
@@ -30,7 +30,12 @@
+
+
+
diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index 73135558f4..7ddb5b8a75 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -1311,12 +1311,13 @@
"skip-to-the-main-content": "skip to the main content"
},
"footer": {
- "about-us": "About us",
+ "about-us": "About Us",
"eco-events": "Eco news",
"map": "Places",
- "my-habits": "My habits",
+ "my-space": "My Space",
"follow-us": "Follow us",
- "events": "Events"
+ "events": "Events",
+ "ubs-courier":"UBS Courier"
},
"event": {
"btn-top": "More",
diff --git a/src/assets/i18n/ua.json b/src/assets/i18n/ua.json
index 41391103d2..ddc2b9ade1 100644
--- a/src/assets/i18n/ua.json
+++ b/src/assets/i18n/ua.json
@@ -1347,12 +1347,13 @@
}
},
"footer": {
- "about-us": "Про нас",
+ "about-us": "Про Нас",
"eco-events": "Еко новини",
"map": "Місця",
- "my-habits": "Мої звички",
+ "my-space": "Мій Кабінет",
"follow-us": "Приєднуйтесь до нас",
- "events": "Події"
+ "events": "Події",
+ "ubs-courier":"UBS Кур'єр"
},
"accessibility": {
"skip-to-the-main-content": "перейти до основного контенту"