You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
vm.progressTitle='Uploading submission for "'+challengeTitle+'"'
120
+
vm.uploadProgressMessage='Hey, your work is AWESOME! Please don’t close the window while the upload is in progress, or you’ll lose all files!'
117
121
vm.preparing=true
118
122
vm.finishing=false
119
123
vm.finished=false
@@ -178,6 +182,8 @@ import _ from 'lodash'
178
182
vm.preparing=false
179
183
vm.finishing=false
180
184
vm.finished=true
185
+
vm.progressTitle='Submission completed for "'+challengeTitle+'"'
186
+
vm.uploadProgressMessage='Thanks for participating! We\'ve received your submission and will send you an email shortly to confirm and explain what happens next.'
Copy file name to clipboardExpand all lines: app/submissions/submit-design-files/submit-design-files.jade
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
24
24
p Please be sure to double-check that you have submitted the correct files and that your JPG files (if applicable) are in RGB color mode.
25
25
26
-
a(ng-href="https://help.{{DOMAIN}}/hc/en-us/articles/219122667-Formatting-Your-Submission-for-Design-Challenges") Learn more about formatting your submission file
26
+
a(ng-href="https://help.{{DOMAIN}}/hc/en-us/articles/219122667-Formatting-Your-Submission-for-Design-Challenges") Learn more about formatting your submission file.
p.upload-progress__message(ng-hide="vm.errorInUpload")Hey, your work is AWESOME! Please don’t close the window while the upload is in progress, or you’ll lose all files!
0 commit comments