Skip to content

Commit

Permalink
Merge pull request #737 from webitel/fix/call-end-locale
Browse files Browse the repository at this point in the history
fix: change locale for call end sound [WTEL-4815]
  • Loading branch information
liza-pohranichna authored Jul 31, 2024
2 parents b8f1f70 + d8219d5 commit f55e8b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/locale/en/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
ringtone: 'Ringtone',
customRingtone: 'Use the custom ringtone',
},
callEnd: 'Call end tune infroming',
callEnd: 'Call end sound',
},

validation: {
Expand Down
2 changes: 1 addition & 1 deletion src/app/locale/ru/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
ringtone: 'Рингтон',
customRingtone: 'Использовать кастомный рингтон',
},
callEnd: 'Звуковое оповещение про завершение звонка',
callEnd: 'Звук завершения вызова',
},

validation: {
Expand Down
2 changes: 1 addition & 1 deletion src/app/locale/ua/ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default {
ringtone: 'Рінгтон',
customRingtone: 'Використовувати кастомний рінгтон',
},
callEnd: 'Звукове сповіщення про завершення дзвінка',
callEnd: 'Звук завершення дзвінка',
},

validation: {
Expand Down

0 comments on commit f55e8b3

Please sign in to comment.