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

View File

@@ -3,7 +3,7 @@
<!--Password reset link sended-->
<AuthContent name="not-found" :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_404.title') }}</h1>