mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 12:41:36 +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:
@@ -112,11 +112,11 @@ export function validationPrivateData() {
|
||||
enter
|
||||
.append('div')
|
||||
.attr('class', 'issue-reference')
|
||||
.html(t('issues.private_data.reference'));
|
||||
.html(t.html('issues.private_data.reference'));
|
||||
|
||||
enter
|
||||
.append('strong')
|
||||
.html(t('issues.suggested'));
|
||||
.html(t.html('issues.suggested'));
|
||||
|
||||
enter
|
||||
.append('table')
|
||||
|
||||
Reference in New Issue
Block a user