Skip to content

Commit

Permalink
delete Unnecessary escape character: \"
Browse files Browse the repository at this point in the history
  • Loading branch information
u7861723 committed Oct 25, 2024
1 parent 91389f1 commit 0db073c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class CopySessionModalComponent {
*/
copy(): void {
if (this.newFeedbackSessionName.trim().length === 0) {
this.errorMessage = 'The field \"Name for copied session\" should not be whitespace.';
this.errorMessage = 'The field "Name for copied session" should not be whitespace.';
return;
}

Expand Down

0 comments on commit 0db073c

Please sign in to comment.