You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2021. It is now read-only.
<span v-bind:value="$t('settings.title')">User settings for [<b>{{username}}</b>]</span>
should be changed to: <span v-html="$t('settings.title')">User settings for [<b>{{username}}</b>]</span>
the fix works for me.
FYI.
The text was updated successfully, but these errors were encountered:
Jason file isn't translated on user setting page in the latest version.
jhipster-vuejs/generators/client/templates/vue/src/main/webapp/app/account/settings/settings.vue.ejs
<span v-bind:value="$t('settings.title')">User settings for [<b>{{username}}</b>]</span>
should be changed to:
<span v-html="$t('settings.title')">User settings for [<b>{{username}}</b>]</span>
the fix works for me.
FYI.
The text was updated successfully, but these errors were encountered: