Skip to content

Commit 8c49e63

Browse files
committed
Fix line length issue with delete propagation message
1 parent a5a633e commit 8c49e63

File tree

1 file changed

+2
-1
lines changed
  • src/shared/containers/SubmissionManagement

1 file changed

+2
-1
lines changed

src/shared/containers/SubmissionManagement/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ class SubmissionManagementPageContainer extends React.Component {
187187
This will permanently remove all
188188
files from our servers and can’t be undone.
189189
You’ll have to upload all the files again in order to restore it.
190-
Note that deleting the file may take a few minutes to propagate through the Topcoder platform.
190+
Note that deleting the file may take a few minutes to propagate
191+
through the Topcoder platform.
191192
</p>
192193
<div
193194
/* NOTE: Current implementation of the loading indicator is

0 commit comments

Comments
 (0)