X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5da715756d385851fb4614f8345ca9699a7ed34f..07c6d714c557d79924c09139e875de0f5eb80e81:/app/assets/javascripts/leaflet.share.js
diff --git a/app/assets/javascripts/leaflet.share.js b/app/assets/javascripts/leaflet.share.js
index b5f45e01d..6701e0bbd 100644
--- a/app/assets/javascripts/leaflet.share.js
+++ b/app/assets/javascripts/leaflet.share.js
@@ -11,9 +11,9 @@ L.OSM.share = function (options) {
.attr('class', 'control-share');
var button = $('')
- .attr('class', 'control-button')
+ .attr('class', 'control-button mobile-hide')
.attr('href', '#')
- .attr('title', 'Share')
+ .attr('title', I18n.t('javascripts.share.title'))
.html('')
.on('click', toggle)
.appendTo($container);
@@ -25,10 +25,9 @@ L.OSM.share = function (options) {
.attr('class', 'sidebar_heading')
.appendTo($ui)
.append(
- $('')
+ $('')
.text(I18n.t('javascripts.close'))
- .attr('class', 'sidebar_close')
- .attr('href', '#')
+ .attr('class', 'icon close')
.bind('click', toggle))
.append(
$('')