Skip to content

Commit

Permalink
Merge pull request #12 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 ef61388 + 0a96fa7 commit 682f7f9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# USupport-country-admin-ui
# uSupport-country-admin-ui

USupport Country Admin Interface
uSupport Country Admin Interface

# Contribute

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

The USupport Country Admin UI can be run via the Vite build tool. For more information about Vite [please see the documentation](https://vitejs.dev/guide)
The uSupport Country Admin 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 Country Admin UI
## Adding a new block to the uSupport Country Admin 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 Country Admin UI
## Adding a new page to the uSupport Country Admin 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 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 Country Admin</title>
<title>uSupport Country Admin</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/ContactForms/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"starting_date": "Start date",
"ending_date": "End date",
"contact_reason_placeholder": "Select a reason",
"contact_reason_1": "Information about USupport",
"contact_reason_1": "Information about uSupport",
"contact_reason_2": "Technical problem",
"contact_reason_3": "Join the network of providers",
"contact_reason_4": "Partnerships",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/ContactForms/locales/kk.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"starting_date": "Басталу күні",
"ending_date": "Аяқталу күні",
"contact_reason_placeholder": "Себебін таңдаңыз",
"contact_reason_1": "USupport туралы ақпарат",
"contact_reason_1": "uSupport туралы ақпарат",
"contact_reason_2": "Техникалық мәселе",
"contact_reason_3": "Консультанттар желісіне қосылыңыз",
"contact_reason_4": "Серіктестік",
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/ContactForms/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"starting_date": "Дата начала",
"ending_date": "Дата окончания",
"contact_reason_placeholder": "Выберите причину",
"contact_reason_1": "Информация о USupport",
"contact_reason_1": "Информация о uSupport",
"contact_reason_2": "Техническая проблема",
"contact_reason_3": "Присоединяйтесь к сети консультантов",
"contact_reason_4": "Партнерства",
Expand Down

0 comments on commit 682f7f9

Please sign in to comment.