Skip to content

Commit

Permalink
Merge pull request #629 from avantifellows/skip-disabled-bug
Browse files Browse the repository at this point in the history
Prevents viewer from using the video seekbar to skip questions when skip disabled
  • Loading branch information
dalmia authored Mar 3, 2022
2 parents 996aaf3 + 52c06f6 commit 04f5b44
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 349 deletions.
3 changes: 3 additions & 0 deletions src/assets/locales/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,5 +628,8 @@ export default {
},
},
},
player: {
cannot_skip_item: "You have to answer this question before moving ahead",
},
},
};
3 changes: 3 additions & 0 deletions src/assets/locales/hi.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,5 +630,8 @@ export default {
},
},
},
player: {
cannot_skip_item: "आगे बढ़ने से पहले आपको इस सवाल का जवाब देना होगा",
},
},
};
Loading

0 comments on commit 04f5b44

Please sign in to comment.