diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index f549ea1c73f..231abeb412b 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 = 'Please click 00000 to download ISO'; + var htmlMsg = _l('messge.download.ISO'); var htmlMsg2 = htmlMsg.replace(/#/, url).replace(/00000/, url); return htmlMsg2; }