diff --git a/__tests__/shared/components/Dashboard/MyChallenges/__snapshots__/ChallengeLinks.jsx.snap b/__tests__/shared/components/Dashboard/MyChallenges/__snapshots__/ChallengeLinks.jsx.snap index eff0585bb4..824905eec3 100644 --- a/__tests__/shared/components/Dashboard/MyChallenges/__snapshots__/ChallengeLinks.jsx.snap +++ b/__tests__/shared/components/Dashboard/MyChallenges/__snapshots__/ChallengeLinks.jsx.snap @@ -47,9 +47,7 @@ exports[`Matches shallow shapshot 2`] = `
-

- 0 -

+

Role: - - - +

@@ -671,9 +669,7 @@ exports[`Matches shallow shapshot 8`] = ` Role: - - - +

- -

+ />

- -

+ />

- -

+ />
1d - 1d + 1d

1d - 1d + 1d

- -

+ />

- -

+ />

- -

+ />

- -

+ />

- 0 - + /> - 0 - + /> - 0 - + /> - 0 - + /> - 0 - + /> - 0 - + /> - 0 - + /> - 0 - + /> diff --git a/__tests__/shared/components/SubmissionManagement/__snapshots__/ScreeningDetails.jsx.snap b/__tests__/shared/components/SubmissionManagement/__snapshots__/ScreeningDetails.jsx.snap index e55cc05243..1f64a37506 100644 --- a/__tests__/shared/components/SubmissionManagement/__snapshots__/ScreeningDetails.jsx.snap +++ b/__tests__/shared/components/SubmissionManagement/__snapshots__/ScreeningDetails.jsx.snap @@ -9,9 +9,7 @@ exports[`Snapshot match 1`] = ` >

- -

+ />

Your submission has been received, and will be evaluated during Review phase. diff --git a/__tests__/shared/components/SubmissionManagement/__snapshots__/ScreeningStatus.jsx.snap b/__tests__/shared/components/SubmissionManagement/__snapshots__/ScreeningStatus.jsx.snap index b9670abddd..c26ab5ac99 100644 --- a/__tests__/shared/components/SubmissionManagement/__snapshots__/ScreeningStatus.jsx.snap +++ b/__tests__/shared/components/SubmissionManagement/__snapshots__/ScreeningStatus.jsx.snap @@ -105,9 +105,7 @@ exports[`Snapshot match 6`] = ` > - - + /> diff --git a/__tests__/shared/components/__snapshots__/Select.jsx.snap b/__tests__/shared/components/__snapshots__/Select.jsx.snap index ac9b3db208..c3bd4c3925 100644 --- a/__tests__/shared/components/__snapshots__/Select.jsx.snap +++ b/__tests__/shared/components/__snapshots__/Select.jsx.snap @@ -32,7 +32,6 @@ exports[`Matches shallow shapshot 1`] = ` noResultsText="No results found" onBlurResetsInput={true} onCloseResetsInput={true} - openAfterFocus={false} optionComponent={[Function]} pageSize={5} placeholder="Select..." diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap index a615d07f48..821ea1e666 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap @@ -18,7 +18,6 @@ exports[`Matches shallow shapshot 1`] = ` hideKeyboardShortcutsPanel={false} horizontalMargin={0} initialVisibleMonth={null} - inputIconPosition="before" isDayBlocked={[Function]} isDayHighlighted={[Function]} isOutsideRange={[Function]} @@ -34,7 +33,6 @@ exports[`Matches shallow shapshot 1`] = ` onFocusChange={[Function]} onNextMonthClick={[Function]} onPrevMonthClick={[Function]} - openDirection="down" orientation="horizontal" phrases={ Object { @@ -51,7 +49,7 @@ exports[`Matches shallow shapshot 1`] = ` "jumpToNextMonth": "Move forward to switch to the next month", "jumpToPrevMonth": "Move backward to switch to the previous month", "keyboardNavigationInstructions": "Press the down arrow key to interact with the calendar and - select a date. Press the question mark key to get the keyboard shortcuts for changing dates.", + select a date. Press the question mark key to get the keyboard shortcuts for changing dates.", "keyboardShortcuts": "Keyboard Shortcuts", "leftArrowRightArrow": "Right and left arrow keys", "moveFocusByOneDay": "Move backward (left) and forward (right) by one day", @@ -79,7 +77,6 @@ exports[`Matches shallow shapshot 1`] = ` startDate={null} startDateId="startDate" startDatePlaceholderText="Start Date" - weekDayFormat="dd" withFullScreenPortal={false} withPortal={false} /> diff --git a/src/shared/components/tc-communities/JoinCommunity/ConfirmModal/index.jsx b/src/shared/components/tc-communities/JoinCommunity/ConfirmModal/index.jsx index 76c2c94090..46d1648aca 100644 --- a/src/shared/components/tc-communities/JoinCommunity/ConfirmModal/index.jsx +++ b/src/shared/components/tc-communities/JoinCommunity/ConfirmModal/index.jsx @@ -27,9 +27,9 @@ export default function ConfirmModal({

{ userId ? null : ( -

To join you must login / register into Topcoder platform!

+

You must be a Topcoder member before you can join the {communityName} community.

)} - Are you sure you want to join {communityName}? + To join, login if you are already a member. If not, register first to join the {communityName} community.
{ userId ? ( @@ -53,7 +53,7 @@ export default function ConfirmModal({ window.location = `${config.URL.AUTH}/member?retUrl=${url}`; }} styleName="btnConfirmLong" - >Log In & Join + >Login + >Register