From 443f673cc3d49afe84c1118bbf1d37e5dddbb60a Mon Sep 17 00:00:00 2001 From: Patrick Tang <36460266+patricksptang@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:45:17 -0700 Subject: [PATCH] Update user survey message --- step-core/src/main/resources/HtmlBundle.properties | 1 - step-web/src/main/webapp/js/step.util.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/step-core/src/main/resources/HtmlBundle.properties b/step-core/src/main/resources/HtmlBundle.properties index 4c8977cd14..97d1e5f57e 100644 --- a/step-core/src/main/resources/HtmlBundle.properties +++ b/step-core/src/main/resources/HtmlBundle.properties @@ -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. Sign up to test our new user interface and tell us what you need. frequently_asked_questions=Frequently asked questions faq=FAQ \ No newline at end of file diff --git a/step-web/src/main/webapp/js/step.util.js b/step-web/src/main/webapp/js/step.util.js index 4c56491448..8ca800ec50 100644 --- a/step-web/src/main/webapp/js/step.util.js +++ b/step-web/src/main/webapp/js/step.util.js @@ -3343,7 +3343,7 @@ step.util = { if ((introCount < 1) && (window.innerWidth > 499)) { var introJsSteps = [ { - intro: __s.user_survey, + intro: 'Sign up (30 seconds!) to participate in future interface design studies and help us improve our site\'s user experience.', position: 'center' } ];