Skip to content

Commit b610bdb

Browse files
committed
fix(contextualMenu): mise à jour titre gfi
1 parent fb5f6cc commit b610bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/Controls/ContextMenu/ContextMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ class ContextMenu extends Control {
292292
getAvailableContextMenuControls () {
293293
var allItems = [
294294
{
295-
text : "Obtenir informations",
295+
text : "Informations sur des couches",
296296
classname : "ol-context-menu-custom fr-text--md",
297297
callback : this.getFeatureInfo.bind(this),
298298
control_CLASSNAME : "GetFeatureInfo"

0 commit comments

Comments
 (0)