Merge pull request #49363 from nextcloud/backport/49346/stable30

This commit is contained in:
John Molakvoæ 2024-11-19 13:19:11 +01:00 committed by GitHub
commit 75e6e7ca5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@
<img :src="customIcon(app.id)" alt="">
<div class="info">
<h3>{{ customName(app) }}</h3>
<p v-html="customDescription(app.id)" />
<p v-text="customDescription(app.id)" />
<p v-if="app.installationError">
<strong>{{ t('core', 'App download or installation failed') }}</strong>
</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long