mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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
|
// Translate labels on the fly
|
||||||
$.each($.find('translate[key]'), function(idx, elem) {
|
$.each($.find('translate[key]'), function(idx, elem) {
|
||||||
var key = $(elem).attr('key');
|
var key = $(elem).attr('key');
|
||||||
$(elem).text(translate(key));
|
$(elem).html(translate(key));
|
||||||
});
|
});
|
||||||
|
|
||||||
// Translate element attributes
|
// Translate element attributes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user