Skip to content

Commit

Permalink
feat(condo): DOMA-6601 changed translate to news excel (#3698)
Browse files Browse the repository at this point in the history
* feat(condo): DOMA-6601 changed translate to news excel

* fix(condo): DOMA-6601 changed excel test translates
  • Loading branch information
Kekmus authored Aug 10, 2023
1 parent ef1d7d7 commit 49329ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ describe('NewsItemRecipientsExportTask', () => {

expectDataFormat(data, [
[i18n('excelExport.sheetNames.newsRecipients', { locale }), '', ''],
['Адрес', 'Квартира', 'Установлено мобильное приложение жителя'],
['Адрес', 'Помещение', 'Установлено мобильное приложение жителя'],
...(residentsData.map(residentData => [
property.address,
residentData.resident.unitName,
Expand Down
2 changes: 1 addition & 1 deletion apps/condo/lang/ru/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@
"excelExport.header.contacts.forPeriod": "Контакты за период",
"excelExport.header.newsRecipients": "Получатели новости",
"excelExport.headers.newsRecipients.address": "Адрес",
"excelExport.headers.newsRecipients.unitName": "Квартира",
"excelExport.headers.newsRecipients.unitName": "Помещение",
"excelExport.headers.newsRecipients.hasResident": "Установлено мобильное приложение жителя",
"excelExport.headers.payments.date": "Дата",
"excelExport.headers.payments.account": "ЛС",
Expand Down

0 comments on commit 49329ab

Please sign in to comment.