Skip to content

Commit a157d9c

Browse files
committed
fix(i18n): remove duplicated traduction
1 parent 0a461d4 commit a157d9c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/i18n/language/en.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,10 +633,6 @@ pub fn load_english_messages(dict: &mut ErrorDictionary) {
633633
"slash_command.new_thread_user_id_argument".to_string(),
634634
DictionaryMessage::new("The ID of the user to create the thread for"),
635635
);
636-
dict.messages.insert(
637-
"slash_command.new_thread_user_id_argument".to_string(),
638-
DictionaryMessage::new("The ID of the user to create the thread for"),
639-
);
640636
dict.messages.insert(
641637
"slash_command.close_command_description".to_string(),
642638
DictionaryMessage::new("Close the current thread"),

0 commit comments

Comments
 (0)