@@ -6,7 +6,7 @@ export const tooltipText = {
66 Docker image used to run all database containers – clones, snapshot preparation containers, sync containers.
77 Although such images are based on traditional Docker images for Postgres, DLE expects slightly different behavior: e.g.,
88 Postgres is not the first process used to start container, so Postgres restarts are possible, they do not trigger
9- container state change. For details, see
9+ container state change. For details, see { ' ' }
1010 < a target = { '_blank' } href = { 'https://postgres.ai/docs/database-lab/supported-databases' } className = { styles . externalLink } > the docs</ a > .
1111 </ div >
1212 ) ,
@@ -26,7 +26,7 @@ export const tooltipText = {
2626 < div >
2727 Specifies one or more shared libraries (comma-separated list) to be preloaded at Postgres server start
2828 (< a target = { '_blank' } href = { 'hhttps://postgresqlco.nf/doc/en/param/shared_preload_libraries/' } className = { styles . externalLink } > details</ a > ).
29- If some libraries/extensions are missing, Postgres fails to start, so make sure that
29+ If some libraries/extensions are missing, Postgres fails to start, so make sure that { ' ' }
3030 < span className = { styles . firaCodeFont } > dockerImage</ span > used above contains all the needed extensions.
3131 </ div >
3232 ) ,
@@ -54,7 +54,7 @@ export const tooltipText = {
5454 < div >
5555 Database name used to connect to the source to run diagnostics queries.
5656 This database is not necesserarily to be copied (another field,
57- < span className = { styles . firaCodeFont } > databases</ span > , defines which database to copy).]
57+ { ' ' } < span className = { styles . firaCodeFont } > databases</ span > , defines which database to copy).
5858 </ div >
5959 ) ,
6060 databases : ( ) => (
0 commit comments