Skip to content

Commit

Permalink
new translations
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhuhtal committed Oct 1, 2024
1 parent d84c6f4 commit eeaac0f
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const QuestionPicker = ({ label, questionsList, form }) => {
<label className="questions-list-label">{label}</label>
<Dropdown
className="comparison-questions-list-selector"
data-cy="questions-list"
data-cy={`questions-list-${label}`}
name="questions-list"
fluid
placeholder={t('common:noSelections')}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const FacultyTrackingView = ({ faculty }) => {

{questionPickerModalData && (
<CustomModal
data-cy="question-picker-modal"
closeModal={() => setQuestionPickerModalData(null)}
title={`${t('formView:selectQuestions')}${facultyName}`}
>
Expand Down
Loading

0 comments on commit eeaac0f

Please sign in to comment.