Skip to content

Commit 5a1928b

Browse files
authored
feat: Optimize English description and layout (#7346)
1 parent 82e9e72 commit 5a1928b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/lang/modules/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ const message = {
10531053
hostname: 'Hostname',
10541054
passwd: 'System password',
10551055
passwdHelper: 'Input characters cannot include $ and &',
1056-
timeZone: 'System time zone',
1056+
timeZone: 'Time zone',
10571057
localTime: 'Server time',
10581058
timeZoneChangeHelper: 'Modifying the system time zone requires restarting the service. Continue?',
10591059
timeZoneHelper: `If you don't install "timedatectl" command, you may not change the time zone. Because system uses that command to change time zone.`,

frontend/src/views/toolbox/device/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<el-row style="margin-top: 20px">
66
<el-col :span="1"><br /></el-col>
77
<el-col :xs="24" :sm="20" :md="20" :lg="10" :xl="10">
8-
<el-form :model="form" label-position="left" ref="formRef" label-width="120px">
8+
<el-form :model="form" label-position="left" ref="formRef" label-width="130px">
99
<el-form-item label="DNS" prop="dnsItem">
1010
<el-input disabled v-model="form.dnsItem">
1111
<template #append>

0 commit comments

Comments
 (0)