Skip to content

Commit

Permalink
Update user survey message
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Oct 30, 2024
1 parent 900c306 commit 443f673
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion step-core/src/main/resources/HtmlBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,5 @@ search_word_same_meaning=Search of %d words with same meaning, mouse over words
find_all=Find all instances of the
swipe_lr=Swipe left for next chapter, right for previous chapter. Once you have used the swipe feature a few times, the arrows will hide.
copy_intro=Copy from STEPBible to your documents.
user_survey=Help us improve STEPBible. <a href\="https://docs.google.com/forms/d/1jgFiiOnpIjGIjuEvLGA8Rl9Zecy5yEHrNlOys1G0x0A/edit?usp=sharing_eip_se_dm&ts=671c1301" target\="_blank">Sign up</a> to test our new user interface and tell us what you need.
frequently_asked_questions=Frequently asked questions
faq=FAQ
2 changes: 1 addition & 1 deletion step-web/src/main/webapp/js/step.util.js
Original file line number Diff line number Diff line change
Expand Up @@ -3343,7 +3343,7 @@ step.util = {
if ((introCount < 1) && (window.innerWidth > 499)) {
var introJsSteps = [
{
intro: __s.user_survey,
intro: '<a href="https://docs.google.com/forms/d/1jgFiiOnpIjGIjuEvLGA8Rl9Zecy5yEHrNlOys1G0x0A/edit?usp=sharing_eip_se_dm&ts=671c1301" target="_blank">Sign up</a> (30 seconds!) to participate in future interface design studies and help us improve our site\'s user experience.',
position: 'center'
}
];
Expand Down

0 comments on commit 443f673

Please sign in to comment.