fix(用例管理): 功能用例添加附件大小文案修改
--bug=1035826 --user=王旭 【用例管理】功能用例-用例详情-添加附件-文件大小限制为50MB https://www.tapd.cn/55049933/s/1465990
This commit is contained in:
parent
89278a4cc1
commit
350f7d23a3
|
@ -31,7 +31,7 @@
|
|||
</a-dropdown>
|
||||
</div>
|
||||
<div class="!hover:bg-[rgb(var(--primary-1))] !text-[var(--color-text-4)]">
|
||||
{{ t('bugManagement.edit.addAttachmentTip') }}
|
||||
{{ t('system.orgTemplate.addAttachmentTip') }}
|
||||
</div>
|
||||
</div>
|
||||
</a-form-item>
|
||||
|
|
|
@ -97,7 +97,7 @@ export default {
|
|||
'system.orgTemplate.stepTip': 'Please enter steps',
|
||||
'system.orgTemplate.expectationTip': 'Please enter expectations',
|
||||
'system.orgTemplate.addAttachment': 'Add attachment',
|
||||
'system.orgTemplate.addAttachmentTip': 'Support any type of file, the file size does not exceed 500MB',
|
||||
'system.orgTemplate.addAttachmentTip': 'Support any type of file, the file size does not exceed 50MB',
|
||||
'system.orgTemplate.enabledSuccessfully': 'Enabled successfully',
|
||||
'system.orgTemplate.thirdPartyPlatforms': 'Used to map field values for third-party platforms such as JIRA',
|
||||
'system.orgTemplate.optionsIdNoRepeat': 'The option ID must be unique',
|
||||
|
|
|
@ -97,7 +97,7 @@ export default {
|
|||
'system.orgTemplate.stepTip': '请输入步骤',
|
||||
'system.orgTemplate.expectationTip': '请输入预期',
|
||||
'system.orgTemplate.addAttachment': '添加附件',
|
||||
'system.orgTemplate.addAttachmentTip': '支持任意类型文件,文件大小不超过 500MB',
|
||||
'system.orgTemplate.addAttachmentTip': '支持任意类型文件,文件大小不超过 50MB',
|
||||
'system.orgTemplate.enabledSuccessfully': '启用成功',
|
||||
'system.orgTemplate.thirdPartyPlatforms': '用于映射 JIRA 等第三方平台字段值',
|
||||
'system.orgTemplate.optionsIdNoRepeat': '选项 ID 不可以重复',
|
||||
|
|
Loading…
Reference in New Issue