@webitel/ui-sdk 3.2.162 → 3.2.163
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/src/locale/ua/ua.js +1 -1
package/package.json
CHANGED
package/src/locale/en/en.js
CHANGED
package/src/locale/ru/ru.js
CHANGED
|
@@ -225,7 +225,7 @@ export default {
|
|
|
225
225
|
[AdminSections.TRIGGERS]: 'Триггеры',
|
|
226
226
|
[AdminSections.ROLES]: 'Роли',
|
|
227
227
|
[AdminSections.OBJECTS]: 'Разделы',
|
|
228
|
-
[AdminSections.CHANGELOGS]: '
|
|
228
|
+
[AdminSections.CHANGELOGS]: 'Журнал изменений',
|
|
229
229
|
},
|
|
230
230
|
},
|
|
231
231
|
},
|
package/src/locale/ua/ua.js
CHANGED