Skip to content

Commit

Permalink
fix duplicate "Voice" strings (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Chen authored Aug 28, 2021
1 parent c1d39a7 commit ff5eab0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ channelType.guildStageVoice="Stage"
channelType.guildStore="Store"
channelType.guildText="Text"
channelType.guildVoice="Voice"
channelType.publicNewsThread="Voice"
channelType.publicGuildThread="Voice"
channelType.privateThread="Voice"
channelType.publicNewsThread="Public News Thread"
channelType.publicGuildThread="Public Guild Thread"
channelType.privateThread="Private Thread"
channelType.unknown="Unknown"

checks.responseTemplate=**Error:** {0}
Expand Down

0 comments on commit ff5eab0

Please sign in to comment.