[GH-25050] Typo in AddEmoji component (#25051)

Этот коммит содержится в:
Atharva Joshi
2023-10-24 11:49:33 +05:30
коммит произвёл GitHub
родитель e864f9cfee
Коммит c67391f1db
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -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",