Skip to content

Commit

Permalink
feat(ui-config): update string for faceit elo message
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarrascosa committed Feb 27, 2021
1 parent 345829c commit 3b7d1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FaceitIntegration/UI_Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"faceit_elo_message": {
"type": "textbox",
"value": "$username, the Faceit ELO for $arg1 is $elo that makes him Level $level.",
"value": "$username, the Faceit ELO for $arg1 is $elo that makes him level $level.",
"label": "Message",
"tooltip": "The message that will be sent to chat when using the command",
"group": "Elo Check Command"
Expand Down

0 comments on commit 3b7d1b0

Please sign in to comment.