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

@@ -16,7 +16,7 @@
<div class="heading">Configuration error</div>
{#if $config?.checkedLicense?.status == 'error'}
<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}
<ErrorInfo message={$config?.configurationError} />