Skip to content

Commit c04f99a

Browse files
Update src/DGCustomization/src/DGMap.BaseLayer.js
Co-authored-by: Evgeny Rodygin <terabite@inbox.ru>
1 parent f0ce048 commit c04f99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DGCustomization/src/DGMap.BaseLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ DG.Map.addInitHook(function() {
2121
const handleTileError = ()=>{
2222
var errorMessage = DG.DomUtil.create('div', 'error-message');
2323
if(!this.error){
24-
errorMessage.innerHTML = 'The key will be a mandatory option soon.. Please contact api@2gis.com to get MapAPI key.';
24+
errorMessage.innerHTML = 'The "key" option will become mandatory soon. Please contact api@2gis.com to get MapAPI key';
2525
document.body.appendChild(errorMessage);
2626
this.error = true;
2727
}

0 commit comments

Comments
 (0)