You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{t('Above, there is also a Study Queries panel. This are a special type of shared queries that have been pinned by a study administer to always display at the top of this page.',{ns: 'dataquery'})}
1086
+
{t('Above, there is also a Study Queries panel. This are a'
1087
+
+' special type of shared queries that have been pinned by a study'
1088
+
+' administer to always display at the top of this page.',
1089
+
{ns: 'dataquery'})}
1079
1090
</p>
1080
1091
) : '';
1081
1092
return(
1082
1093
<div>
1083
-
<p>{t('The data query tool allows you to query data within LORIS. There are three steps to defining a query:',{ns: 'dataquery'})}</p>
1094
+
<p>{t('The data query tool allows you to query data within LORIS. '
1095
+
+'There are three steps to defining a query:',{ns: 'dataquery'})}</p>
1084
1096
<ol>
1085
-
<li>{t("First, you must select the fields that you're interested in on the Define Fields page.",{ns: 'dataquery'})}</li>
1086
-
<li>{t("Next, you can optionally define filters on the Define Filters page to restrict the population that is returned.",{ns: 'dataquery'})}</li>
1087
-
<li>{t("Finally, you view your query results on the View Data page",{ns: 'dataquery'})}</li>
1097
+
<li>{t('First, you must select the fields that you\'re interested in'
1098
+
+' on the Define Fields page.',{ns: 'dataquery'})}</li>
1099
+
<li>{t('Next, you can optionally define filters on the Define '
1100
+
+'Filters page to restrict the population that is returned.',
1101
+
{ns: 'dataquery'})}</li>
1102
+
<li>{t('Finally, you view your query results on the View Data page',
1103
+
{ns: 'dataquery'})}</li>
1088
1104
</ol>
1089
-
<p>{t('The Next Steps on the bottom right of your screen always the context-sensitive next steps that you can do to build your query.',{ns: 'dataquery'})}</p>
1090
-
<p>{t("Your recently run queries will be displayed in the Recent Queries panel below. Instead of building a new query, you can reload a query that you've recently run by clicking on the icon next to the query.",{ns: 'dataquery'})}</p>
1091
-
<p>{t("Queries can be shared with others by clicking the icon. This will cause the query to be shared with all users who have access to the fields used by the query. It will display in a Shared Queries panel below the Recent Queries.",{ns: 'dataquery'})}</p>
1092
-
<p>{t("You may also give a query a name at any time by clicking the icon. This makes it easier to find queries you care about by giving them an easier to remember name that can be used for filtering. When you share a query, the name will be shared along with it.",{ns: 'dataquery'})}</p>
1105
+
<p>{t('The Next Steps on the bottom right of your screen always the '
1106
+
+'context-sensitive next steps that you can do to build your query.',
1107
+
{ns: 'dataquery'})}</p>
1108
+
<p>{t('Your recently run queries will be displayed in the Recent '
1109
+
+'Queries panel below. Instead of building a new query, you can '
1110
+
+'reload a query that you\'ve recently run by clicking on the icon'
1111
+
+' next to the query.',{ns: 'dataquery'})}</p>
1112
+
<p>{t('Queries can be shared with others by clicking the icon. This will'
1113
+
+' cause the query to be shared with all users who have access to the '
1114
+
+'fields used by the query. It will display in a Shared Queries panel '
1115
+
+'below the Recent Queries.',{ns: 'dataquery'})}</p>
1116
+
<p>{t('You may also give a query a name at any time by clicking the icon.'
1117
+
+'This makes it easier to find queries you care about by giving them an'
1118
+
+' easier to remember name that can be used for filtering. When you '
1119
+
+'share a query, the name will be shared along with it.',
1120
+
{ns: 'dataquery'})}</p>
1093
1121
{studyQueriesParagraph}
1094
1122
<divstyle={{
1095
1123
display: 'flex',
@@ -1107,14 +1135,14 @@ function IntroductionMessage(props: {
0 commit comments