Skip to content

Commit

Permalink
Merge pull request #650 from webitel/feature/custom-chat-gateway
Browse files Browse the repository at this point in the history
fix: naming for custom gateway fixed [WTEL-4459]
  • Loading branch information
VladimirBeria authored Apr 25, 2024
2 parents efb916b + 6081491 commit 2e9bdb4
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 546 deletions.
95 changes: 19 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@vuelidate/validators": "^2.0.0",
"@vueuse/core": "^10.3.0",
"@webitel/flow-ui-sdk": "^0.1.14",
"@webitel/ui-sdk": "^24.4.20",
"axios": "^1.6.5",
"@webitel/ui-sdk": "^24.4.28",
"axios": "^1.6.8",
"clipboard-copy": "^4.0.1",
"cron-validator": "^1.3.1",
"cronstrue": "^2.13.0",
Expand All @@ -36,7 +36,7 @@
"vue-router": "^4.2.5",
"vue2-dropzone": "^3.6.0",
"vuex": "^4.1.0",
"webitel-sdk": "^24.02.06"
"webitel-sdk": "^24.2.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
Expand Down
4 changes: 2 additions & 2 deletions src/app/locale/en/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@ export default {
},
},
customChat: {
customChat: 'Custom chat',
appSecretHint: 'Enter value only if you want to edit (or create new) password',
customChat: 'Custom Chat',
appSecretHint: 'Altering this field will interrupt the integration',
metadata: {
appSecret: 'App Secret',
callback: 'Callback',
Expand Down
8 changes: 0 additions & 8 deletions src/app/locale/kz/kz.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,14 +542,6 @@ export default {
email: 'Электрондық пошта',
},
},
customChat: {
customChat: 'Custom chat',
appSecretHint: 'Қайта жазу (немесе жаңасын жасау) қажет болса, мәнді енгізіңіз App Secret',
metadata: {
appSecret: 'App Secret',
callback: 'Callback',
},
},
newChatGateway: 'Жаңа мәтіндік шлюз',
metadata: {},
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/locale/ru/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,8 @@ export default {
},
},
customChat: {
customChat: 'Custom chat',
appSecretHint: 'Введите значение, если хотите перезаписать (или создать новый) App Secret',
customChat: 'Custom Chat',
appSecretHint: 'Изменение этого поля прервет интеграцию',
metadata: {
appSecret: 'App Secret',
callback: 'Callback',
Expand Down
4 changes: 2 additions & 2 deletions src/app/locale/ua/ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,8 @@ export default {
},
},
customChat: {
customChat: 'Custom chat',
appSecretHint: 'Введіть значення, якщо хочете перезаписати (або створити новий) App Secret',
customChat: 'Custom Chat',
appSecretHint: 'Зміна цього поля перерве інтеграцію',
metadata: {
appSecret: 'App Secret',
callback: 'Callback',
Expand Down
Loading

0 comments on commit 2e9bdb4

Please sign in to comment.