SYNC: fixed web info

This commit is contained in:
SPRINX0\prochazka
2025-10-29 13:59:47 +01:00
committed by Diflow
parent 6934cdd122
commit e57e246991
2 changed files with 3 additions and 3 deletions

View File

@@ -125,8 +125,8 @@
{/if} {/if}
<div class="purchase-info"> <div class="purchase-info">
For more info about DbGate licensing, you could visit <Link href="https://dbgate.eu/">dbgate.eu</Link> web or contact For more info about DbGate licensing, you could visit <Link href="https://dbgate.io/">dbgate.io</Link> web or contact
us at <Link href="mailto:sales@dbgate.eu">sales@dbgate.eu</Link> us at <Link href="mailto:sales@dbgate.io">sales@dbgate.io</Link>
</div> </div>
{:else} {:else}
<ErrorInfo message="License for DbGate is not valid. Please contact administrator." /> <ErrorInfo message="License for DbGate is not valid. Please contact administrator." />

View File

@@ -16,7 +16,7 @@
<div class="heading">Configuration error</div> <div class="heading">Configuration error</div>
{#if $config?.checkedLicense?.status == 'error'} {#if $config?.checkedLicense?.status == 'error'}
<ErrorInfo <ErrorInfo
message={`Invalid license. Please contact sales@dbgate.eu for more details. ${$config?.checkedLicense?.error}`} message={`Invalid license. Please contact sales@dbgate.io for more details. ${$config?.checkedLicense?.error}`}
/> />
{:else if $config?.configurationError} {:else if $config?.configurationError}
<ErrorInfo message={$config?.configurationError} /> <ErrorInfo message={$config?.configurationError} />