From 365bfcae1277f52a6968cded1247cf43f84bdffa Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Thu, 26 Jun 2014 20:10:18 +0200 Subject: [PATCH] portalHelper: fix typo Not even an hour, and already the first bug... --- js/portalHelper/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/portalHelper/main.js b/js/portalHelper/main.js index bb6a2a5e5..d538216ef 100644 --- a/js/portalHelper/main.js +++ b/js/portalHelper/main.js @@ -82,6 +82,7 @@ const PortalWindow = new Lang.Class({ // TRANSLATORS: this is the title of the wifi captive portal login // window, until we know the title of the actual login page this.title = _("Web Authentication Redirect"); + } }, refresh: function() {