mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 14:34:46 +00:00
perf: Translate
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user