Skip to content

Commit 9c94efc

Browse files
committed
improvement(reskin): qa text updates
1 parent 7db4ba2 commit 9c94efc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/shared/components/SubmissionPage/Submit/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ class Submit extends React.Component {
192192
Please follow the instructions on the Challenge Details page regarding
193193
what your submission should contain and how it should be organized.
194194
</p>
195-
{ track === COMPETITION_TRACKS.DEV ? (
195+
{/* eslint-disable-next-line max-len */}
196+
{ track === COMPETITION_TRACKS.DEV || track === COMPETITION_TRACKS.DS || track === COMPETITION_TRACKS.QA ? (
196197
<p styleName="additional-note">
197198
Upload your entire submission as a single zip file. If you are having
198199
trouble uploading your file, please send your submission to <a href="mailto:[email protected]">[email protected]</a>

src/shared/components/SubmissionPage/Uploading/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const Uploading = ({
173173
onClick={() => back()}
174174
theme={{ button: style.button }}
175175
>
176-
View My Submissions
176+
My Submissions
177177
</PrimaryButton>
178178
</span>
179179
) : (

0 commit comments

Comments
 (0)