Merge pull request #1485 from dataease/pr@dev@fix_email_pixel_tip

fix: 完善定时报告分辨率提示
This commit is contained in:
fit2cloud-chenyw 2021-12-21 11:32:16 +08:00 committed by GitHub
commit 063edf9f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1720,7 +1720,7 @@ export default {
once_a_week: 'Once a week', once_a_week: 'Once a week',
once_a_month: 'Once a month', once_a_month: 'Once a month',
complex_repeat: 'Complex repeat', complex_repeat: 'Complex repeat',
pixel_tip: 'Please select' pixel_tip: 'Please code custom pixel(such as 2560 * 1600) or select'
} }
} }

View File

@ -1732,7 +1732,7 @@ export default {
once_a_week: '每周一次', once_a_week: '每周一次',
once_a_month: '每月一次', once_a_month: '每月一次',
complex_repeat: '複雜重複', complex_repeat: '複雜重複',
pixel_tip: '可直接輸入分辨率或者選擇' pixel_tip: '可直接輸入分辨率(例如:2560 * 1600)或者選擇'
} }
} }

View File

@ -1742,7 +1742,7 @@ export default {
once_a_week: '每周一次', once_a_week: '每周一次',
once_a_month: '每月一次', once_a_month: '每月一次',
complex_repeat: '复杂重复', complex_repeat: '复杂重复',
pixel_tip: '可直接输入自定义分辨率或选择' pixel_tip: '可直接输入自定义分辨率(例如:2560 * 1600)或选择'
} }
} }