Skip to content

Commit

Permalink
fix duplicate translation id
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel06081991 committed Oct 11, 2018
1 parent 1c83fd0 commit 58d6f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core_plugins/tile_map/public/editors/wms_options.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
i18n-id="tileMap.wmsOptions.wmsUrlLabel"
i18n-default-message="WMS url*"
></span>
<icon-tip position="'right'" content="{{::'tileMap.wmsOptions.useWMSCompliantMapTileServerTip' | i18n: {defaultMessage: '\'The URL of the WMS web service\''} }}"></icon-tip>
<icon-tip position="'right'" content="{{::'tileMap.wmsOptions.urlOfWMSWebServiceTip' | i18n: {defaultMessage: '\'The URL of the WMS web service\''} }}"></icon-tip>
</label>
<input type="text" class="form-control"
name="wms.url"
Expand Down
2 changes: 1 addition & 1 deletion src/core_plugins/tile_map/public/tile_map_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ VisTypesRegistryProvider.register(function TileMapVisType(Private, getAppState,
defaultMessage: 'Coordinate Map',
}),
icon: 'visMapCoordinate',
description: i18n.translate('tileMap.vis.mapTitle', {
description: i18n.translate('tileMap.vis.mapDescription', {
defaultMessage: 'Plot latitude and longitude coordinates on a map',
}),
category: CATEGORY.MAP,
Expand Down

0 comments on commit 58d6f00

Please sign in to comment.