Skip to content

Commit

Permalink
fix: change locale for call end sound [WTEL-4815]
Browse files Browse the repository at this point in the history
  • Loading branch information
liza-pohranichna committed Jul 30, 2024
1 parent b8f1f70 commit d8219d5
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 d8219d5

Please sign in to comment.