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 4, 2024
1 parent 336aeaa commit 1353357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/i18n/en-US.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"Windows authentication": "Windows authentication",
"Network shared folders": "Network shared folders",
"edit": "Edit",
"save": "Save",
"errors": {
Expand Down
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 1353357

Please sign in to comment.