Skip to content

Commit

Permalink
contact us part done
Browse files Browse the repository at this point in the history
  • Loading branch information
eyesofish committed Nov 14, 2023
1 parent d3edd04 commit c70c11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
$t("app.options")
}}</el-menu-item>
<el-menu-item index="/Contactus" class="menu-item">
{{ $t("app.contactus") }}
{{ $t("app.Contactus") }}
</el-menu-item>
</el-menu>
</el-header>
Expand Down
2 changes: 1 addition & 1 deletion src/lang/msg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const messages = {
cancel: "Cancel",
userInfo: "My Profile",
statistics: "Statistics",
Contactus: "contact us",
Contactus: "Contact us",
},
login: {
userLogin: "User Login",
Expand Down

0 comments on commit c70c11b

Please sign in to comment.