Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kryzanivska-nastya committed Dec 20, 2024
1 parent c43d16f commit 67fc389
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
</li>
<li>
<a [routerLink]="['/profile', getUserId()]" (click)="ubsSetRegValue()" class="footer_link-item">
{{ 'footer.my-habits' | translate }}
{{ 'footer.my-space' | translate }}
</a>
</li>
<li>
<a [routerLink]="['/']" class="footer_link-item">
{{ 'footer.ubs-courier' | translate }}
</a>
</li>
</ul>
Expand Down
7 changes: 4 additions & 3 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 4 additions & 3 deletions src/assets/i18n/ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "перейти до основного контенту"
Expand Down

0 comments on commit 67fc389

Please sign in to comment.