Skip to content

Commit 4ec0d6f

Browse files
committed
chore: fix photo report label (#135)
1 parent 04509e8 commit 4ec0d6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Device_Management.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ onBeforeUnmount(() => {
10641064
</FieldArrayWithButtons>
10651065
</div>
10661066
<div class="timers-column">
1067-
<div class="timer-column-title">Фотоотчёт</div>
1067+
<div class="timer-column-title">Таймер фотоотчёта</div>
10681068
<FieldArrayWithButtons
10691069
name="photoReport"
10701070
label=""

tests/Device_Management.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ describe('Device_Management.vue', () => {
417417
'Загрузка плей-листа',
418418
'Загрузка видео',
419419
'Время отдыха',
420-
'Фотоотчёт'
420+
'Таймер фотоотчёта'
421421
])
422422
expect(wrapper.text()).not.toContain('Другие настройки')
423423
expect(wrapper.find('#playlist-destination').exists()).toBe(false)

0 commit comments

Comments
 (0)