mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Promote usage of Mibew:OpenStreetMap plugin instead of Mibew:GoogleMaps
This commit is contained in:
parent
58e0ddc952
commit
98954281d5
@ -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.'));
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -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.'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user