diff --git a/components/sr/RotationSelector.tsx b/components/sr/RotationSelector.tsx index 7ba2b99a1..c0ac937cb 100644 --- a/components/sr/RotationSelector.tsx +++ b/components/sr/RotationSelector.tsx @@ -40,6 +40,7 @@ const RotationSelector: React.FC = ({ rotationId, setRotationId }) => { #{rotation.id} + {i18n._(rotation.stage)} {new Date(rotation.startTime).toLocaleDateString()} diff --git a/pages/sr/leaderboards/new.tsx b/pages/sr/leaderboards/new.tsx index 7cb95903c..83210b428 100644 --- a/pages/sr/leaderboards/new.tsx +++ b/pages/sr/leaderboards/new.tsx @@ -202,6 +202,12 @@ const AddRecordModal = () => { +