mirror of https://github.com/apache/cloudstack.git
ui: display translation labels as html instead of plain text (#2815)
Fixes #2575
This commit is contained in:
parent
023dcec5ef
commit
4b3376469d
|
|
@ -1759,7 +1759,7 @@
|
|||
// Translate labels on the fly
|
||||
$.each($.find('translate[key]'), function(idx, elem) {
|
||||
var key = $(elem).attr('key');
|
||||
$(elem).text(translate(key));
|
||||
$(elem).html(translate(key));
|
||||
});
|
||||
|
||||
// Translate element attributes
|
||||
|
|
|
|||
Loading…
Reference in New Issue