Skip to content

Commit

Permalink
Use the correct key for owner export in owner search result window
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Sep 14, 2017
1 parent 0631c23 commit 3e8bf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/cadastrapp/js/resultProprietaire.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ GEOR.Addons.Cadastre.initResultProprietaireWindow = function() {
}
},
{
text : OpenLayers.i18n('cadastrapp.result.parcelle.export'),
text : OpenLayers.i18n('cadastrapp.selection.proprietaires.export'),
listeners : {
click : function(b, e) {
// Export selected plots as csv
Expand Down

0 comments on commit 3e8bf23

Please sign in to comment.