Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 08988f9

Browse files
author
vikasrohit
committed
Merge pull request #712 from appirio-tech/feature/sup-3047-typo-submission-progress-bar
SUP-3047, [subflow] New Submit - Should be "Lose" not "Loose" Typo
2 parents 5a3846e + 8108d4f commit 08988f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/submissions/submit-design-files/submit-design-files.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ modal.transition(show="vm.showProgress", background-click-close="false", style="
163163
img.upload-progress__image(src=require("../../../assets/images/robot.svg"), ng-hide="vm.errorInUpload")
164164
img.upload-progress__image--error(src=require("../../../assets/images/robot-embarresed.svg"), ng-show="vm.errorInUpload")
165165

166-
p.upload-progress__message(ng-hide="vm.errorInUpload") Hey, your work is AWESOME! Please don’t close the window while I’m working or you’ll loose all files!
166+
p.upload-progress__message(ng-hide="vm.errorInUpload") Hey, your work is AWESOME! Please don’t close the window while I’m working or you’ll lose all files!
167167

168168
p.upload-progress__message--error(ng-show="vm.errorInUpload") Oh, that’s embarrassing! One of the files couldn’t be uploaded, I’m so sorry.
169169

app/submissions/submit-develop-files/submit-develop-files.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ modal.transition(show="vm.showProgress", background-click-close="false", style="
6868
img.upload-progress__image(src=require("../../../assets/images/robot.svg"), ng-hide="vm.errorInUpload")
6969
img.upload-progress__image--error(src=require("../../../assets/images/robot-embarresed.svg"), ng-show="vm.errorInUpload")
7070

71-
p.upload-progress__message(ng-hide="vm.errorInUpload") Hey, your work is AWESOME! Please don’t close the window while I’m working or you’ll loose all files!
71+
p.upload-progress__message(ng-hide="vm.errorInUpload") Hey, your work is AWESOME! Please don’t close the window while I’m working or you’ll lose all files!
7272

7373
p.upload-progress__message--error(ng-show="vm.errorInUpload") Oh, that’s embarrassing! One of the files couldn’t be uploaded, I’m so sorry.
7474

0 commit comments

Comments
 (0)