Skip to content

Commit 781160c

Browse files
Update src/components/PersonalSettings.vue
Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 60809e1 commit 781160c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PersonalSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<p>{{ t('assistant', 'The following services are used as backends for Nextcloud Assistant:') }}</p>
4545
<ul>
4646
<li v-for="(providerName, taskName) in providers" :key="taskName">
47-
{{ t('assistant', '{providerName} for {taskName}', {providerName, taskName}) }}
47+
{{ t('assistant', '{providerName} for {taskName}', { providerName, taskName }, null, { escape: false }) }}
4848
</li>
4949
</ul>
5050
</div>

0 commit comments

Comments
 (0)