Skip to content

Commit

Permalink
refactor: update confirm text style
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-xufei committed Jan 4, 2024
1 parent 8d9e9e9 commit 76497b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/business/src/views/task/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ export default {
message = 'bulk_' + message
}
const h = this.$createElement
let strArr = this.$t('packages_business_dataFlow_' + message).split('xxx')
let strArr = this.$t('packages_business_dataFlow_' + message).split(/xxx/i)
let msg = h(
'p',
{
Expand Down

0 comments on commit 76497b6

Please sign in to comment.