Skip to content

Commit

Permalink
Fix duplicated translation entries
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp authored and fxprunayre committed Nov 29, 2023
1 parent 673ecc2 commit 5da53f0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web-ui/src/main/resources/catalog/locales/en-search.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
"esriRestLinkDetails": "ESRI REST service <a href='{{url}}' target='_blank'>{{url}}</a>.",
"noRecordFoundWithResourceRegistered": "No record found with one or more WMS layers registered.",
"noRecordFoundWithResourceRegisteredmap": "No record found with one or more maps registered.",
"wmsLinkDetails": "WMS service <a href='{{url}}' target='_blank'>{{url}}</a>, layer name <strong>{{layer}}</strong>.",
"noRecordFoundWithResourceRegistered": "No record found with one or more WMS layers registered.",
"noRecordFoundWithResourceRegisteredmap": "No record found with one or more maps registered.",
"tmsLinkDetails":"This dataset is published in the view service (TMS) available at <a href='{{url}}' target='_blank'>{{url}}</a> with identifier <strong>{{layer}}</strong>.",
"esri:restLinkDetails": "ESRI REST service <a href='{{url}}' target='_blank'>{{url}}</a>.",
"wmsLinkDetails": "This dataset is published in the view service (WMS) available at <a href='{{url}}' target='_blank'>{{url}}</a> with layer name <strong>{{layer}}</strong>.",
Expand Down Expand Up @@ -562,4 +559,4 @@
"addLayerPrefix": "Add layer",
"addLayerPostfix": "to the map",
"submit": "Submit"
}
}

0 comments on commit 5da53f0

Please sign in to comment.