Skip to content

Commit 583162a

Browse files
committed
Modified the content
1 parent e4dec15 commit 583162a

File tree

1 file changed

+3
-7
lines changed
  • LearningHub.Nhs.WebUI/Scripts/vuesrc/contribute

1 file changed

+3
-7
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/contribute/Content.vue

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,12 @@
383383
<div class="modal-dialog">
384384
<div class="modal-content">
385385
<div class="modal-header text-center">
386-
<h4 class="modal-title"><i class="warningTriangle fa-solid fa-triangle-exclamation"></i> Confirm the password</h4>
386+
<h4 class="modal-title"><i class="warningTriangle fa-solid fa-triangle-exclamation"></i> Confirm your password</h4>
387387
</div>
388388
<div class="modal-body">
389389
<div class="model-body-container">
390390
<p>
391-
To continue with the upload, please verify your identity by entering your password.
391+
To continue with the upload please verify your identity by entering your password.
392392
</p>
393393
</div>
394394
<div>
@@ -970,10 +970,8 @@
970970
return;
971971
}
972972
this.confirmPassword();
973-
//this.acceptUploadedFile();
974973
} else {
975974
this.confirmPassword();
976-
//this.acceptUploadedFile();
977975
}
978976
}
979977
}
@@ -1020,11 +1018,9 @@
10201018
}
10211019
} else {
10221020
this.confirmPassword();
1023-
//this.acceptUploadedFile();
10241021
}
10251022
} else {
1026-
this.confirmPassword();
1027-
//this.acceptUploadedFile();
1023+
this.confirmPassword();
10281024
}
10291025
}
10301026
}

0 commit comments

Comments
 (0)