Promote usage of Mibew:OpenStreetMap plugin instead of Mibew:GoogleMaps

This commit is contained in:
Fedor A. Fetisov 2018-05-10 03:49:27 +03:00
parent 58e0ddc952
commit 98954281d5
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@
showGeoInfo: function() {
var ip = this.model.get('userIp');
if (ip) {
Mibew.Utils.alert(Mibew.Localization.trans('No geolocation data available. We recommend you to install Mibew:GeoIp and Mibew:GoogleMaps plugins.'));
Mibew.Utils.alert(Mibew.Localization.trans('No geolocation data available. We recommend you to install Mibew:GeoIp and Mibew:OpenStreetMap (or Mibew:GoogleMaps) plugins.'));
}
},

View File

@ -111,7 +111,7 @@
showGeoInfo: function() {
var ip = this.model.get('userIp');
if (ip) {
Mibew.Utils.alert(Mibew.Localization.trans('No geolocation data available. We recommend you to install Mibew:GeoIp and Mibew:GoogleMaps plugins.'));
Mibew.Utils.alert(Mibew.Localization.trans('No geolocation data available. We recommend you to install Mibew:GeoIp and Mibew:OpenStreetMap (or Mibew:GoogleMaps) plugins.'));
}
}
}