Skip to content

Commit 2f69ec3

Browse files
author
Jessica Wang
committed
bug 14030: ISO page - download ISO action - fix to show correct message ("url: ~~~") after ISO is downloaded.
1 parent a419787 commit 2f69ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/scripts/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@
10011001
},
10021002
complete: function(args) {
10031003
var url = decodeURIComponent(args.url);
1004-
var htmlMsg = _l('messge.download.ISO');
1004+
var htmlMsg = _l('message.download.ISO');
10051005
var htmlMsg2 = htmlMsg.replace(/#/, url).replace(/00000/, url);
10061006
return htmlMsg2;
10071007
}

0 commit comments

Comments
 (0)