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:
@@ -54,7 +54,7 @@ export function uiNoteComments() {
|
||||
.attr('target', '_blank');
|
||||
}
|
||||
selection
|
||||
.html(function(d) { return d.user || t('note.anonymous'); });
|
||||
.html(function(d) { return d.user || t.html('note.anonymous'); });
|
||||
});
|
||||
|
||||
metadataEnter
|
||||
|
||||
Reference in New Issue
Block a user