Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Missed the "er"
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticEcho committed Mar 11, 2016
1 parent 3aa0a32 commit ec1c2dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -63,7 +63,7 @@ public override void RunAction(Message incomingChatMessage, Room chatRoom)
break;
case PermissionGroupJoinabilityStatus.Reviewer_NotEnoughRep:
var repRequirement = ConfigurationAccessor.RepRequirementToJoinReviewers;
chatRoom.PostReplyOrThrow(incomingChatMessage, $"Sorry, you need at least {repRequirement} reputation to join the Review group.");
chatRoom.PostReplyOrThrow(incomingChatMessage, $"Sorry, you need at least {repRequirement} reputation to join the Reviewer group.");
break;
}

Expand Down

0 comments on commit ec1c2dd

Please sign in to comment.