@webitel/ui-sdk 3.2.142 → 3.2.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/locale/en/en.js +1 -1
- package/src/locale/ru/ru.js +1 -1
package/package.json
CHANGED
package/src/locale/en/en.js
CHANGED
|
@@ -348,7 +348,7 @@ export default {
|
|
|
348
348
|
},
|
|
349
349
|
statusSelectErrorPopup: {
|
|
350
350
|
title: 'Attention',
|
|
351
|
-
message: '
|
|
351
|
+
message: 'The limit for agents to take a pause has been exceeded. The pause is unavailable right now.',
|
|
352
352
|
},
|
|
353
353
|
},
|
|
354
354
|
},
|
package/src/locale/ru/ru.js
CHANGED
|
@@ -346,7 +346,7 @@ export default {
|
|
|
346
346
|
},
|
|
347
347
|
statusSelectErrorPopup: {
|
|
348
348
|
title: 'Внимание',
|
|
349
|
-
message: 'Лимит операторов в паузе
|
|
349
|
+
message: 'Лимит операторов в паузе превышен. Перерыв сейчас недоступен.',
|
|
350
350
|
},
|
|
351
351
|
},
|
|
352
352
|
},
|