Skip to content

Commit

Permalink
fix: translating products lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaile committed Mar 1, 2024
1 parent 336aeaa commit 467479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/UserAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async function changePassword() {
<p class="description-text">{{ $t('account_settings.change_password_description') }}</p>
<ul class="description-text list-disc pl-6">
<li v-for="(product, key) in config.services" :key="key">
{{ product }}
{{ t(product) }}
</li>
</ul>
</div>
Expand Down

0 comments on commit 467479b

Please sign in to comment.