mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-20 13:49:07 +02:00
update missing translations
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user