perf: Translate

This commit is contained in:
feng
2024-07-01 10:14:11 +08:00
parent ed371dba4f
commit 31faca5d3f
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ export default {
domain: null
}
})
msg = patch_data.length + ' ' + this.$t('rows')
msg = patch_data.length + ' ' + this.$t('Rows')
} else {
patch_data = [{
id: rows.row.id,

View File

@@ -201,7 +201,7 @@ export default {
domain: null
}
})
msg = patch_data.length + ' ' + this.$t('rows')
msg = patch_data.length + ' ' + this.$t('Rows')
} else {
patch_data = [{
id: rows.row.id,