mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-02 21:21:37 +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:
@@ -320,7 +320,7 @@ export function uiMapInMap(context) {
|
||||
redraw();
|
||||
|
||||
context.keybinding()
|
||||
.on(t('background.minimap.key', { html: false }), toggle);
|
||||
.on(t('background.minimap.key'), toggle);
|
||||
}
|
||||
|
||||
return mapInMap;
|
||||
|
||||
Reference in New Issue
Block a user