summaryrefslogtreecommitdiffstats
path: root/loleaflet
diff options
context:
space:
mode:
Diffstat (limited to 'loleaflet')
-rw-r--r--loleaflet/src/control/Toolbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/src/control/Toolbar.js b/loleaflet/src/control/Toolbar.js
index 7798559ba1..1095a30e1c 100644
--- a/loleaflet/src/control/Toolbar.js
+++ b/loleaflet/src/control/Toolbar.js
@@ -558,7 +558,7 @@ L.Map.include({
var w;
var iw = window.innerWidth;
var hasDismissBtn = window.enableWelcomeMessageButton;
- var btnText = 'I understand the risks';
+ var btnText = _('I understand the risks');
if (iw < 768) {
w = iw - 30;