update server address config placeholder

This commit is contained in:
mbecker20
2024-08-11 03:35:34 -07:00
parent 1f980a45e8
commit 3251216be7

View File

@@ -44,7 +44,7 @@ export const ServerConfig = ({
label: "General",
components: {
address: {
placeholder: "http://localhost:8120",
placeholder: "http://12.34.56.78:8120",
description:
"The http/s address of periphery in your network, eg. http://12.34.56.78:8120",
},