Skip to content

Commit

Permalink
Merge pull request c2corg#3907 from c2corg/AntoineMarnat-patch-1
Browse files Browse the repository at this point in the history
fix: Username or email
  • Loading branch information
AntoineMarnat authored Apr 8, 2024
2 parents 09ce7de + 5efc120 commit d40a9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/user/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
required
autocapitalize="off"
autocorrect="off"
:label="$gettext('Username')"
:label="$gettext('Username_or_email')"
v-model="username"
icon="user"
/>
Expand Down

0 comments on commit d40a9aa

Please sign in to comment.