Skip to content

Commit

Permalink
Fix i18n at edit-profile.vue (#154)
Browse files Browse the repository at this point in the history
* Fix i18n at edit-profile.vue

* double comma with prettier

---------

Co-authored-by: Tachibana Shin <[email protected]>
  • Loading branch information
rumi-chan and tachibana-shin authored Sep 18, 2024
1 parent 6dffd72 commit 7d04a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/tai-khoan/edit-profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
:type="showPassword ? 'text' : 'password'"
name="new_password"
class="input"
placeholder="{{ t('mat-khau-moi') }}"
:placeholder="t('mat-khau-moi')"
/>
<q-btn
dense
Expand All @@ -117,7 +117,7 @@
</div>

<div class="text-grey py-1">
t('quan-trong-hay-nho-mat-khau-ban-thay-doi-vi-no-kho-co-the-khoi-phuc-lai-duoc-neu-bi-mat')
{{ t("quan-trong-hay-nho-mat-khau-ban-thay-doi-vi-no-kho-co-the-khoi-phuc-lai-duoc-neu-bi-mat") }}
</div>

<q-btn
Expand Down

0 comments on commit 7d04a0f

Please sign in to comment.