update missing translations

This commit is contained in:
Eduard Gert
2026-06-05 14:57:32 +02:00
parent efd874efac
commit 9ecc083139
6 changed files with 75 additions and 7 deletions
@@ -46,8 +46,8 @@ export function SettingsNetwork() {
<FancyToggleSwitch
value={!config.disableIpv6}
onChange={(v) => setField("disableIpv6", !v)}
label={"Enable IPv6"}
helpText={"Use IPv6 addressing for the NetBird overlay network."}
label={t("settings.network.ipv6.label")}
helpText={t("settings.network.ipv6.help")}
/>
</SectionGroup>
</>