Merge branch 'feature/manage-domains' of github.com:acelaya/shlink-web-client-react into feature/manage-domains

This commit is contained in:
Alejandro Celaya 2021-08-22 10:47:00 +02:00
commit e7a969a78d

View file

@ -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>