Show info about hosted WebUI in "About" (#482)

This commit is contained in:
schroda
2023-11-27 19:14:43 +01:00
committed by GitHub
parent ee9811bf53
commit 259d1d87df
5 changed files with 93 additions and 32 deletions

View File

@@ -91,7 +91,7 @@ export const ServerSettings = () => {
}
>
<TextSetting
settingName={t('settings.about.label.server_address')}
settingName={t('settings.about.server.label.address')}
handleChange={handleServerAddressChange}
value={serverAddress}
placeholder="http://localhost:4567"