diff --git a/README.md b/README.md index ad93e16..fe1c644 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# USupport-country-admin-ui +# uSupport-country-admin-ui -USupport Country Admin Interface +uSupport Country Admin Interface # Contribute @@ -18,7 +18,7 @@ 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: @@ -26,7 +26,7 @@ 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: @@ -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: diff --git a/index.html b/index.html index 32e0a04..3613afd 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - USupport Country Admin + uSupport Country Admin
diff --git a/src/blocks/ContactForms/locales/en.json b/src/blocks/ContactForms/locales/en.json index b064c97..7f24892 100644 --- a/src/blocks/ContactForms/locales/en.json +++ b/src/blocks/ContactForms/locales/en.json @@ -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", diff --git a/src/blocks/ContactForms/locales/kk.json b/src/blocks/ContactForms/locales/kk.json index 1c889e5..24baf9f 100644 --- a/src/blocks/ContactForms/locales/kk.json +++ b/src/blocks/ContactForms/locales/kk.json @@ -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": "Серіктестік", diff --git a/src/blocks/ContactForms/locales/ru.json b/src/blocks/ContactForms/locales/ru.json index fce75bc..85f3615 100644 --- a/src/blocks/ContactForms/locales/ru.json +++ b/src/blocks/ContactForms/locales/ru.json @@ -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": "Партнерства",