Skip to content

Commit

Permalink
Commit changed files and submodule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo authored and github-actions[bot] committed Dec 18, 2023
1 parent 8fc5606 commit 638b3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class RatingSlider {
getValueText(value) {
switch (value) {
case 0:
return 'no satisfaction rating selected';
return 'Choose a rating from one to ten where 10 is extremely satisfied';

case 1:
return 'one, extremely dissatisfied';
Expand Down

0 comments on commit 638b3ba

Please sign in to comment.