fix header of WIFI config screen

See https://bugs.launchpad.net/bugs/1651119
This commit is contained in:
Michael Hudson-Doyle 2016-12-20 11:14:53 +13:00
parent 09b8235b07
commit df800bf8b3
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ class NetworkController(BaseController):
@view
def network_configure_wlan_interface(self, iface):
self.ui.set_header("Network interface {} manual IPv4 "
self.ui.set_header("Network interface {} WIFI "
"configuration".format(iface))
self.ui.set_body(NetworkConfigureWLANView(self.model, self, iface))