Skip to content

Commit

Permalink
fix: web file explorer locale string name
Browse files Browse the repository at this point in the history
  • Loading branch information
goweiwen committed Dec 29, 2023
1 parent 9414782 commit 2c0d4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allium-launcher/src/view/settings/wifi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl Wifi {
locale.t("settings-wifi-wifi-network"),
locale.t("settings-wifi-wifi-password"),
locale.t("settings-wifi-ntp-enabled"),
locale.t("settings-wifi-web-file-explorer-enabled"),
locale.t("settings-wifi-web-file-explorer"),
locale.t("settings-wifi-telnet-enabled"),
locale.t("settings-wifi-ftp-enabled"),
],
Expand Down

0 comments on commit 2c0d4f6

Please sign in to comment.