[GH-25050] Typo in AddEmoji component (#25051)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e864f9cfee
Коммит
c67391f1db
@@ -207,7 +207,7 @@ export default class AddEmoji extends React.PureComponent<AddEmojiProps, AddEmoj
|
||||
const genericError = (
|
||||
<FormattedMessage
|
||||
id='add_emoji.failedToAdd'
|
||||
defaultMessage='Something when wrong when adding the custom emoji.'
|
||||
defaultMessage='Something went wrong when adding the custom emoji.'
|
||||
/>
|
||||
);
|
||||
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
"add_command.username.placeholder": "Username",
|
||||
"add_emoji.cancel": "Cancel",
|
||||
"add_emoji.customNameTaken": "This name is already in use by a custom emoji. Please choose another name.",
|
||||
"add_emoji.failedToAdd": "Something when wrong when adding the custom emoji.",
|
||||
"add_emoji.failedToAdd": "Something went wrong when adding the custom emoji.",
|
||||
"add_emoji.header": "Add",
|
||||
"add_emoji.image": "Image",
|
||||
"add_emoji.image.button": "Select",
|
||||
|
||||
Ссылка в новой задаче
Block a user