diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 769c552b..08781fe4 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -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 = ( diff --git a/src/components/Motions.tsx b/src/components/Motions.tsx index 13f02087..0f991680 100644 --- a/src/components/Motions.tsx +++ b/src/components/Motions.tsx @@ -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: