We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ce048 commit c04f99aCopy full SHA for c04f99a
src/DGCustomization/src/DGMap.BaseLayer.js
@@ -21,7 +21,7 @@ DG.Map.addInitHook(function() {
21
const handleTileError = ()=>{
22
var errorMessage = DG.DomUtil.create('div', 'error-message');
23
if(!this.error){
24
- errorMessage.innerHTML = 'The key will be a mandatory option soon.. Please contact api@2gis.com to get MapAPI key.';
+ errorMessage.innerHTML = 'The "key" option will become mandatory soon. Please contact api@2gis.com to get MapAPI key';
25
document.body.appendChild(errorMessage);
26
this.error = true;
27
}
0 commit comments