Skip to content

Commit

Permalink
Merge pull request #1 from marco-tulio-melo/patch-1
Browse files Browse the repository at this point in the history
Alter name pt.br to en
  • Loading branch information
renan-melo authored Oct 18, 2020
2 parents 718d508 + e15d891 commit 6213b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions credit-system-tqi/src/components/CardLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<form class="form-box col col-sm-8 col-md-5 col-lg-3 p-5 rounded" @submit.prevent="logar()">
<img alt=" Vue logo" src="../assets/logo1.png" class="col-12">
<div class="form-group">
<label class="d-flex justify-content-first ">Email</label>
<label class="d-flex justify-content-first ">Email User</label>
<input type="email" class="form-control" v-model="email" required>
</div>
<div class="form-group">
<label class="d-flex justify-content-first ">Senha</label>
<label class="d-flex justify-content-first ">Password</label>
<input type="password" class="form-control" v-model="senha" required>
</div>
<div class="form-group">
Expand Down

0 comments on commit 6213b18

Please sign in to comment.