mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Revert t function to returning the plain string by default
Add `t.html` function for getting the string with the `lang` attribute
This commit is contained in:
@@ -32,7 +32,7 @@ export function uiDataHeader() {
|
||||
headerEnter
|
||||
.append('div')
|
||||
.attr('class', 'data-header-label')
|
||||
.html(t('map_data.layers.custom.title'));
|
||||
.html(t.html('map_data.layers.custom.title'));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user