mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +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() {
|
showGeoInfo: function() {
|
||||||
var ip = this.model.get('userIp');
|
var ip = this.model.get('userIp');
|
||||||
if (ip) {
|
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() {
|
showGeoInfo: function() {
|
||||||
var ip = this.model.get('userIp');
|
var ip = this.model.get('userIp');
|
||||||
if (ip) {
|
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