Skip to content

Commit

Permalink
Rename the Add Pub button to Add Place
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeorgievx committed Feb 20, 2020
1 parent bb363d4 commit 02080c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddPub/AddPub.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const AddPub = (props) => {
endIcon={<AddCircleOutlineIcon />}
onClick={props.addPubButtonHandler}
>
Add Pub
Add Place
</Button>
)}
{props.autocompleteOpen && (
Expand Down

0 comments on commit 02080c5

Please sign in to comment.