From 2f69ec34cc4594850604dbf06c4e16eb68071c5b Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 27 Feb 2012 12:24:16 -0800 Subject: [PATCH] bug 14030: ISO page - download ISO action - fix to show correct message ("url: ~~~") after ISO is downloaded. --- ui/scripts/templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index f85f3b9ba87..d3867b1a251 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -1001,7 +1001,7 @@ }, complete: function(args) { var url = decodeURIComponent(args.url); - var htmlMsg = _l('messge.download.ISO'); + var htmlMsg = _l('message.download.ISO'); var htmlMsg2 = htmlMsg.replace(/#/, url).replace(/00000/, url); return htmlMsg2; }