Skip to content

Commit

Permalink
Fix "Extend moderated caucus" motion name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Dec 2, 2018
1 parent aab5395 commit d6196e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface State {
timerId?: NodeJS.Timer;
}

export const CLIENT_VERSION = 'v2.13.0';
export const CLIENT_VERSION = 'v2.13.1';

export const CLIENT_VERSION_LINK = (
<a href="https://github.com/MaxwellBo/Muncoordinated-2/releases">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Motions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const interpolateTime = (motionType: MotionType, time: string): string => {
case MotionType.ExtendUnmoderatedCaucus:
return `Extend unmoderated caucus by ${time}`;
case MotionType.ExtendModeratedCaucus:
return `Extend unmoderated caucus by ${time}`;
return `Extend moderated caucus by ${time}`;
case MotionType.OpenModeratedCaucus:
return `${time} Moderated Caucus`;
case MotionType.OpenUnmoderatedCaucus:
Expand Down

0 comments on commit d6196e5

Please sign in to comment.