Skip to content

Commit

Permalink
Client - Change the "Save As" button inside the save as window to "Sa…
Browse files Browse the repository at this point in the history
…ve" (#273)
  • Loading branch information
luorlandini authored Jun 25, 2021
1 parent 8a02564 commit 8d1d946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode_mapstore_client/client/js/plugins/SaveAs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function SaveAs(props) {
return (
<SaveModal
{...props}
labelId="saveAs"
labelId="save"
/>
);
}
Expand Down

0 comments on commit 8d1d946

Please sign in to comment.