update placeholder

This commit is contained in:
Sean Yesmunt 2020-12-21 10:36:55 -05:00
parent 187cbd9695
commit 5d1b1f5293
2 changed files with 2 additions and 1 deletions

View file

@ -1535,5 +1535,6 @@
"Close sidebar - hide channels you are following": "Close sidebar - hide channels you are following",
"Expand sidebar - view channels you are following.": "Expand sidebar - view channels you are following.",
"You have found the edge of the internet. %repost% or %publish% your stuff here to claim this spot.": "You have found the edge of the internet. %repost% or %publish% your stuff here to claim this spot.",
"MyFunName": "MyFunName",
"--end--": "--end--"
}

View file

@ -358,7 +358,7 @@ function RepostCreate(props: Props) {
name="repost_name"
value={enteredRepostName}
onChange={event => setEnteredRepostName(event.target.value)}
placeholder={__('Do a thing')}
placeholder={__('MyFunName')}
/>
</fieldset-group>
</fieldset-section>