update placeholder
This commit is contained in:
parent
187cbd9695
commit
5d1b1f5293
2 changed files with 2 additions and 1 deletions
|
@ -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--"
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue