[Client] Fix #2759
This commit is contained in:
parent
fccbecf159
commit
10fa824f95
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="form">
|
||||
<header>
|
||||
<h1>{{ $t('share-access') }}</h1>
|
||||
<h1 v-html="$t('share-access', { name: app.name })"></h1>
|
||||
<img :src="app.iconUrl"/>
|
||||
</header>
|
||||
<div class="app">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue