Skip to content

Commit

Permalink
alias to name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Brown committed Jan 12, 2021
1 parent 6642e6a commit a0ec98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ yarn-error.log*

# Generated by CRA (eslint internally)
.eslintcache

.vercel
2 changes: 1 addition & 1 deletion src/components/ShareDialogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function ConfirmShareDialog() {
<form style={{width: '100%'}} onSubmit={handleSubmit}>
<TextInput
name="linkAlias"
label="Link alias"
label="Link name"
placeholder="Jane's link..."
frameProps={{style: {width: '100%'}}}
required
Expand Down

1 comment on commit a0ec98b

@vercel
Copy link

@vercel vercel bot commented on a0ec98b Jan 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.