minor copy changes

This commit is contained in:
Thomas Zarebczan 2022-05-05 15:19:33 -04:00 committed by Thomas Zarebczan
parent 4022273408
commit 6cc85cd39d
2 changed files with 4 additions and 2 deletions

View file

@ -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.",
"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.",
"Username (cannot be changed)": "Username (cannot be changed)",
"Display Name": "Display Name",
"--end--": "--end--"
}

View file

@ -140,7 +140,7 @@ function UserFirstChannel(props: Props) {
actions={
<Form onSubmit={handleCreateChannel}>
<fieldset-section>
<label>{__('Avatar')}</label>
<label>{__('Channel profile picture')}</label>
<div className="form-field__avatar_upload">
<img className="form-field__avatar" src={thumbnailPreview} />
<Button
@ -179,7 +179,7 @@ function UserFirstChannel(props: Props) {
{createChannelError || nameError ? (
<span className="error__text">{createChannelError || nameError}</span>
) : (
__('Username')
__('Username (cannot be changed)')
)}
</label>
<div className="form-field__prefix">@</div>