minor copy changes
This commit is contained in:
parent
4022273408
commit
6cc85cd39d
2 changed files with 4 additions and 2 deletions
|
@ -2258,5 +2258,7 @@
|
||||||
"There was a network error, but the publish may have been completed. Wait a few minutes, then check your Uploads or Wallet page to confirm.": "There was a network error, but the publish may have been completed. Wait a few minutes, then check your Uploads or Wallet page to confirm.",
|
"There was a network error, but the publish may have been completed. Wait a few minutes, then check your Uploads or Wallet page to confirm.": "There was a network error, but the publish may have been completed. Wait a few minutes, then check your Uploads or Wallet page to confirm.",
|
||||||
"Already reacted to this comment from another channel.": "Already reacted to this comment from another channel.",
|
"Already reacted to this comment from another channel.": "Already reacted to this comment from another channel.",
|
||||||
"Unable to react. Please try again later.": "Unable to react. Please try again later.",
|
"Unable to react. Please try again later.": "Unable to react. Please try again later.",
|
||||||
|
"Username (cannot be changed)": "Username (cannot be changed)",
|
||||||
|
"Display Name": "Display Name",
|
||||||
"--end--": "--end--"
|
"--end--": "--end--"
|
||||||
}
|
}
|
||||||
|
|
|
@ -140,7 +140,7 @@ function UserFirstChannel(props: Props) {
|
||||||
actions={
|
actions={
|
||||||
<Form onSubmit={handleCreateChannel}>
|
<Form onSubmit={handleCreateChannel}>
|
||||||
<fieldset-section>
|
<fieldset-section>
|
||||||
<label>{__('Avatar')}</label>
|
<label>{__('Channel profile picture')}</label>
|
||||||
<div className="form-field__avatar_upload">
|
<div className="form-field__avatar_upload">
|
||||||
<img className="form-field__avatar" src={thumbnailPreview} />
|
<img className="form-field__avatar" src={thumbnailPreview} />
|
||||||
<Button
|
<Button
|
||||||
|
@ -179,7 +179,7 @@ function UserFirstChannel(props: Props) {
|
||||||
{createChannelError || nameError ? (
|
{createChannelError || nameError ? (
|
||||||
<span className="error__text">{createChannelError || nameError}</span>
|
<span className="error__text">{createChannelError || nameError}</span>
|
||||||
) : (
|
) : (
|
||||||
__('Username')
|
__('Username (cannot be changed)')
|
||||||
)}
|
)}
|
||||||
</label>
|
</label>
|
||||||
<div className="form-field__prefix">@</div>
|
<div className="form-field__prefix">@</div>
|
||||||
|
|
Loading…
Reference in a new issue