Skip to content

Commit

Permalink
Merge pull request #53 from UNICEFECAR/fix/issue_76
Browse files Browse the repository at this point in the history
Fix/issue 76
  • Loading branch information
sebastian-7DIGIT authored Dec 22, 2023
2 parents 2c44b33 + 2b77cb0 commit f7db659
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# USupport-client-ui
# uSupport-client-ui

USupport Client User Interface
uSupport Client User Interface

# Contribute

Expand All @@ -18,15 +18,15 @@ To install all the dependencies use:
npm install
```

The USupport Client UI can be run via the Vite build tool. For more information about Vite [please see the documentation](https://vitejs.dev/guide)
The uSupport Client UI can be run via the Vite build tool. For more information about Vite [please see the documentation](https://vitejs.dev/guide)

To run the project via Vite use the following command:

```
npm run dev
```

## Adding a new block to the USupport Client UI
## Adding a new block to the uSupport Client UI

To create a new block, please use the provided bash script `create-block.bash`. By executing the following command from the root directory of the project:

Expand All @@ -37,7 +37,7 @@ chmod +x create-block.bash

Then, you will be prompted to provide block name, block description, and whether the block requires locale files.

## Adding a new page to the USupport Client UI
## Adding a new page to the uSupport Client UI

To create a new page, please use the provided bash script `create-page.bash`. By executing the following command from the root directory of the project:

Expand All @@ -48,7 +48,7 @@ chmod +x create-page.bash

Then, you will be prompted to provide page name, page description, and whether the page requires locale files.

## Adding a new backdrop to the USupport Client UI
## Adding a new backdrop to the uSupport Client UI

To create a new backdrop, please use the provided bash script `create-backdrop.bash`. By executing the following command from the root directory of the project:

Expand All @@ -59,7 +59,7 @@ chmod +x create-backdrop.bash

Then, you will be prompted to provide backdrop name and whether the backdrop requires locale files.

## Adding a new modal to the USupport Client UI
## Adding a new modal to the uSupport Client UI

To create a new modal, please use the provided bash script `create-modal.bash`. By executing the following command from the root directory of the project:

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/assets/logo-square.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>USupport Client</title>
<title>uSupport Client</title>
</head>
<body>
<div id="root"></div>
Expand Down
18 changes: 9 additions & 9 deletions src/blocks/Notifications/Notifications.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const Notifications = ({
t={t}
date={notification.createdAt}
isRead={notification.isRead}
title="USupport"
title="uSupport"
text={
<Trans components={[<b></b>]}>
{t(notification.type, {
Expand All @@ -171,7 +171,7 @@ export const Notifications = ({
t={t}
date={notification.createdAt}
isRead={notification.isRead}
title="USupport"
title="uSupport"
text={
<Trans components={[<b></b>]}>
{t(notification.type, {
Expand Down Expand Up @@ -199,7 +199,7 @@ export const Notifications = ({
t={t}
date={notification.createdAt}
isRead={notification.isRead}
title="USupport"
title="uSupport"
text={
<Trans components={[<b></b>]}>
{t(notification.type, {
Expand All @@ -224,7 +224,7 @@ export const Notifications = ({
t={t}
date={notification.createdAt}
isRead={notification.isRead}
title="USupport"
title="uSupport"
text={
<Trans components={[<b></b>]}>
{t(notification.type, {
Expand All @@ -249,7 +249,7 @@ export const Notifications = ({
t={t}
date={notification.createdAt}
isRead={notification.isRead}
title="USupport"
title="uSupport"
text={
<Trans components={[<b></b>]}>
{t(notification.type, {
Expand Down Expand Up @@ -288,7 +288,7 @@ export const Notifications = ({
t={t}
date={notification.createdAt}
isRead={notification.isRead}
title="USupport"
title="uSupport"
text={
<Trans components={[<b></b>]}>
{t(notification.type, {
Expand Down Expand Up @@ -339,7 +339,7 @@ export const Notifications = ({
t={t}
date={notification.createdAt}
isRead={notification.isRead}
title="USupport"
title="uSupport"
text={
<Trans components={[<b></b>]}>
{t(notification.type, {
Expand All @@ -364,7 +364,7 @@ export const Notifications = ({
t={t}
date={notification.createdAt}
isRead={notification.isRead}
title="USupport"
title="uSupport"
text={
<Trans components={[<b></b>]}>
{t(notification.type, {
Expand All @@ -389,7 +389,7 @@ export const Notifications = ({
t={t}
date={notification.createdAt}
isRead={notification.isRead}
title="USupport"
title="uSupport"
text={
<Trans components={[<b></b>]}>
{t(notification.type, {
Expand Down
4 changes: 2 additions & 2 deletions src/blocks/RegisterPreview/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"register_anonymously": "Register without email",
"continue_as_guest": "Continue without registration",
"heading_1": "About the platform",
"text_1": "A platform that respects your privacy and safety. Your wellbeing is our priority! USupport provides personalized and discreet psychological care.",
"text_1": "A platform that respects your privacy and safety. Your wellbeing is our priority! uSupport provides personalized and discreet psychological care.",
"heading_2": "About the support",
"text_2": "USupport is a mental health, psychosocial and wellbeing platform designed for young people and their carers where privacy and safety is a priority.",
"text_2": "uSupport is a mental health, psychosocial and wellbeing platform designed for young people and their carers where privacy and safety is a priority.",
"heading_3": "About you",
"text_3": "Be your best self! Your mental health matters.",
"login": "Login with Email/Access Token"
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/RegisterPreview/locales/kk.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"heading_1": "Платформа жайлы",
"text_1": "Дербес психологиялық көмек ұсыну арқылы сіздің психикалық денсаулығыңызды басым ету үшін құрылған алғашқы платформа",
"heading_2": "Қолдау жайлы",
"text_2": "USupport сіздің игілігіңіз үшін кедергісіз, жеке әрі жылдам психологиялық көмек ұсынады",
"text_2": "uSupport сіздің игілігіңіз үшін кедергісіз, жеке әрі жылдам психологиялық көмек ұсынады",
"heading_3": "Сіз жайлы",
"text_3": "Сіздің оқиғаңыз маңызды. Батыл бөлісіңіз.",
"login": "Электрондық пошта/токен белгісі көмегімен кіру"
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/RegisterPreview/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"heading_1": "О платформе",
"text_1": "Первая платформа, созданная, чтобы сделать ваше психическое здоровье приоритетом, предоставляя персонализированную психологическую помощь.",
"heading_2": "О поддержке",
"text_2": "USupport предоставляет персонализированную, ненавязчивую и быструю психологическую помощь для вашего общего благополучия.",
"text_2": "uSupport предоставляет персонализированную, ненавязчивую и быструю психологическую помощь для вашего общего благополучия.",
"heading_3": "О Вас",
"text_3": "Ваша история имеет значение! Смело делитесь.",
"login": "Войти с помощью электронной почты/Токена доступа "
Expand Down
4 changes: 2 additions & 2 deletions src/modals/HowItWorksMyQA/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"heading": "How it works",
"subheading_1": "Client posts an anonymous private message to USupport in a language of their choice, using the website or app.",
"subheading_2": "Approved, available USupport provider responds with relevant pathways, etc.",
"subheading_1": "Client posts an anonymous private message to uSupport in a language of their choice, using the website or app.",
"subheading_2": "Approved, available uSupport provider responds with relevant pathways, etc.",
"subheading_3": "Everyone sees the response! It goes into a common area with relevant #tags for future reference."
}
4 changes: 2 additions & 2 deletions src/modals/HowItWorksMyQA/locales/kk.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"heading": "Бұл қалай жұмыс істейді?",
"subheading_1": "Клиент веб-сайтты немесе бағдарламаны пайдалана отырып, өзі таңдаған тілде USupport қызметіне анонимді жеке хабарлама жібереді.",
"subheading_2": "Бекітілген, қолжетімді USupport консультанты тиімді жолдармен жауап береді және т.б.",
"subheading_1": "Клиент веб-сайтты немесе бағдарламаны пайдалана отырып, өзі таңдаған тілде uSupport қызметіне анонимді жеке хабарлама жібереді.",
"subheading_2": "Бекітілген, қолжетімді uSupport консультанты тиімді жолдармен жауап береді және т.б.",
"subheading_3": "Жауапты бәрі көреді! Ол тиісті тегтермен болашақ іздеу және санаттар үшін ортақ кеңістікке барады."
}
4 changes: 2 additions & 2 deletions src/modals/HowItWorksMyQA/locales/ru.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"heading": "Как это работает?",
"subheading_1": "Клиент отправляет анонимное личное сообщение в USupport на выбранном им языке, используя веб-сайт или приложение.",
"subheading_2": "Утвержденный, доступный консультант USupport отвечает соответствующими путями и т. д.",
"subheading_1": "Клиент отправляет анонимное личное сообщение в uSupport на выбранном им языке, используя веб-сайт или приложение.",
"subheading_2": "Утвержденный, доступный консультант uSupport отвечает соответствующими путями и т. д.",
"subheading_3": "Все видят ответ! Он идет в общее пространство с соответствующими #тегами для будущих поисков и категоризации."
}
2 changes: 1 addition & 1 deletion src/pages/RegisterEmail/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"heading": "Register with email in USupport"
"heading": "Register with email in uSupport"
}
2 changes: 1 addition & 1 deletion src/pages/RegisterEmail/locales/kk.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"heading": "USupport сайтында электронды пошта арқылы тіркеліңіз"
"heading": "uSupport сайтында электронды пошта арқылы тіркеліңіз"
}
2 changes: 1 addition & 1 deletion src/pages/RegisterEmail/locales/ru.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"heading": "Зарегистрируйтесь с помощью электронной почты в USupport"
"heading": "Зарегистрируйтесь с помощью электронной почты в uSupport"
}

0 comments on commit f7db659

Please sign in to comment.