mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-11 02:37:22 +03:00
Merge branch 'feature/manage-domains' of github.com:acelaya/shlink-web-client-react into feature/manage-domains
This commit is contained in:
commit
e7a969a78d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export const DomainRow: FC<DomainRowProps> = ({ domain, editDomainRedirects, def
|
|||
<UncontrolledTooltip target={domainId} placement="left">
|
||||
Redirects for default domain cannot be edited here.
|
||||
<br />
|
||||
Use config options or env vars.
|
||||
Use config options or env vars directly on the server.
|
||||
</UncontrolledTooltip>
|
||||
)}
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue