-
Notifications
You must be signed in to change notification settings - Fork 2.9k
feat: Optimize English description and layout #7346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ | |
| <el-row style="margin-top: 20px"> | ||
| <el-col :span="1"><br /></el-col> | ||
| <el-col :xs="24" :sm="20" :md="20" :lg="10" :xl="10"> | ||
| <el-form :model="form" label-position="left" ref="formRef" label-width="120px"> | ||
| <el-form :model="form" label-position="left" ref="formRef" label-width="130px"> | ||
| <el-form-item label="DNS" prop="dnsItem"> | ||
| <el-input disabled v-model="form.dnsItem"> | ||
| <template #append> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The main difference is the change from |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in this code snippet are primarily related to string translations. The most noticeable change is the replacement of "'System time zone'" with "'Time zone'". This might be an intended translation update or a typo.
There are no other specific irregularities, potential issues, or optimization suggestions based on the provided information. If further context or additional modifications are needed, they should be discussed separately to ensure thorough review and consideration.