logo fix in shared page

Renamed option title in share popup
This commit is contained in:
Peter Papp
2020-08-27 14:46:07 +02:00
parent ba4f888826
commit 72e4067beb
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
<!--Verify share link by password-->
<AuthContent class="center" name="password" :visible="true">
<img v-if="config.app_logo" class="logo" :src="config.app_logo" :alt="config.app_name">
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
<h1>{{ $t('page_shared.title') }}</h1>