Skip to content

Commit

Permalink
More concise /new link wording
Browse files Browse the repository at this point in the history
  • Loading branch information
denverquane committed Oct 25, 2023
1 parent 8193171 commit 6004110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/command/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func NewResponse(status NewStatus, info NewInfo, sett *settings.GuildSettings) *
case NewSuccess:
content = sett.LocalizeMessage(&i18n.Message{
ID: "commands.new.success",
Other: "Click the following URL to link your capture, or paste it into your web browser: \n <{{.hyperlink}}>\n" +
Other: "Paste this link into your web browser:\n <{{.hyperlink}}>\n" +
"or click [here]({{.apiHyperlink}})\n\n" +
"If the URL doesn't work, you may need to run the capture program first, and then try again.\n\n" +
"Don't have the capture installed? Latest version [here]({{.downloadURL}})\n\nTo link your capture manually:",
Expand Down
2 changes: 1 addition & 1 deletion locales/active.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"commands.link.success" = "Successfully linked {{.UserMention}} to an in-game player with the color: `{{.Color}}`"
"commands.new.lockout" = "If I start any more games, Discord will lock me out, or throttle the games I'm running! 😦\\nPlease try again in a few minutes, or consider AutoMuteUs Premium (`/premium`)\\nCurrent Games: {{.Games}}"
"commands.new.nochannel" = "Please join a voice channel before starting a match!"
"commands.new.success" = "Click the following URL to link your capture, or paste it into your web browser: \\n <{{.hyperlink}}> or click [here]({{.apiHyperlink}})\\nIf the URL doesn't work, you may need to run the capture program first, and then try again.\\n\\nDon't have the capture installed? Latest version [here]({{.downloadURL}})\\n\\nTo link your capture manually:"
"commands.new.success" = "Paste this link into your web browser:\\n <{{.hyperlink}}>\\nor click [here]({{.apiHyperlink}})\\n\\nIf the URL doesn't work, you may need to run the capture program first, and then try again.\\n\\nDon't have the capture installed? Latest version [here]({{.downloadURL}})\\n\\nTo link your capture manually:"
"commands.new.success.code" = "Code"
"commands.new.success.url" = "URL"
"commands.no_permissions" = "Sorry, you don't have the required permissions to issue that command."
Expand Down

0 comments on commit 6004110

Please sign in to comment.