Skip to content

Commit

Permalink
fix/ text
Browse files Browse the repository at this point in the history
  • Loading branch information
viethq-vareal committed Mar 22, 2024
1 parent 1badc8c commit 5b8c371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"p": "Lorem ipsum dolor sit, amet consectetur adipisicing elit. Eaque iste atque, hic porro officiis fugit quae deserunt nobis dolorum odit dignissimos consequatur esse maiores repellat impedit. Quae dolorum id rem?"
},
"login": {
"login": "login"
"login": "Login"
}
}
}
2 changes: 1 addition & 1 deletion pages/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
<div class="px-6 text-[12px] text-gray-600">Forgot password?</div>
<div class="px-6 pb-2 mt-6">
<Button @click="login()"> Log in đi</Button>
<Button @click="login()"> Log in</Button>
</div>
</div>
</template>
Expand Down

0 comments on commit 5b8c371

Please sign in to comment.