Skip to content

Commit

Permalink
feat(Question Bank): Update confirm message when student overwrites text
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreykwan committed Sep 18, 2023
1 parent 7e927ca commit 9c29bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export class PeerChatStudentComponent extends ComponentStudent {
if (
this.response === '' ||
confirm(
$localize`Are you sure you want to replace the current text in your chat response with this text?`
$localize`Are you sure you want to replace the current text in your response input box with this text?`
)
) {
this.question = question;
Expand Down
4 changes: 2 additions & 2 deletions src/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -19612,8 +19612,8 @@ If this problem continues, let your teacher know and move on to the next activit
<context context-type="linenumber">241</context>
</context-group>
</trans-unit>
<trans-unit id="307281951617783008" datatype="html">
<source>Are you sure you want to replace the current text in your chat response with this text?</source>
<trans-unit id="8602610569031787041" datatype="html">
<source>Are you sure you want to replace the current text in your response input box with this text?</source>
<context-group purpose="location">
<context context-type="sourcefile">src/assets/wise5/components/peerChat/peer-chat-student/peer-chat-student.component.ts</context>
<context context-type="linenumber">291</context>
Expand Down

0 comments on commit 9c29bbf

Please sign in to comment.