Skip to content

Commit

Permalink
Use more specific lang for permission errors
Browse files Browse the repository at this point in the history
  • Loading branch information
synzen committed Jan 12, 2025
1 parent bf431fb commit d63a7f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
"alertTitleSuccess": "Successfully sent!",
"alertTitleFailure": "Failed to send article",
"alertDescriptionThirdPartyInternalError": "Internal error occurred at target channel. Try again later.",
"alertDescriptionMissingApplicationPermission": "Missing application permissions. Ensure the bot has the proper permissions.",
"alertDescriptionMissingApplicationPermission": "Missing application permissions. Ensure the bot has the proper permissions view messages, send messages, and create embeds if applicable in the appropriate channels.",
"alertDescriptionBadPayload": "Malformed payload detected. Update message setting and try again.",
"alertDescriptionMissingChannel": "Connection channel no longer exists. Update this connection to target a different channel.",
"alertDescriptionTooManyRequests": "Too many requests have been sent in a short period of time. Try again later.",
Expand Down

0 comments on commit d63a7f0

Please sign in to comment.