@@ -220,8 +220,10 @@ watch(
220220 lastName: studentToRemove?.lastName,
221221 })
222222 "
223- :confirm-text =" t('supervisorStudentList.removeStudent.confirmText')"
224- :checkbox-label =" t('supervisorStudentList.checkboxLabel')"
223+ :confirm-text ="
224+ t('settings.supervisorStudentList.removeStudent.confirmText')
225+ "
226+ :checkbox-label =" t('settings.supervisorStudentList.checkboxLabel')"
225227 setting-key =" showRemoveStudentModal"
226228 :title =" t('supervisorStudentList.removeStudent.title')"
227229 icon =" trash"
@@ -248,8 +250,10 @@ watch(
248250 })
249251 "
250252 :show-checkbox =" true"
251- :checkbox-label =" t('supervisorStudentList.checkboxLabel')"
252- :confirm-text =" t('supervisorStudentList.addExistingStudent.confirmText')"
253+ :checkbox-label =" t('settings.supervisorStudentList.checkboxLabel')"
254+ :confirm-text ="
255+ t('settings.supervisorStudentList.addExistingStudent.confirmText')
256+ "
253257 icon =" user-group"
254258 setting-key =" showAddStudentModal"
255259 :sub-text =" t('supervisorStudentList.addExistingStudent.subText')"
@@ -267,14 +271,18 @@ watch(
267271 })
268272 "
269273 :show-checkbox =" true"
270- :checkbox-label =" t('supervisorStudentList.checkboxLabel')"
271- confirm-text =" "
274+ :checkbox-label =" t('settings.supervisorStudentList.checkboxLabel')"
275+ :confirm-text ="
276+ t('settings.supervisorStudentList.addNotExistingStudent.confirmText')
277+ "
272278 icon =" user-group"
273279 image-alt =" Logo"
274280 image-src =" ../images/Superwise_Logo.svg"
275281 setting-key =" showAddStudentModal"
276- :sub-text =" t('supervisorStudentList.addExistingStudent.subText')"
277- :title =" t('supervisorStudentList.addNewStudent.title')"
282+ :sub-text ="
283+ t('settings.supervisorStudentList.addNotExistingStudent.subText')
284+ "
285+ :title =" t('settings.supervisorStudentList.addNewStudent.title')"
278286 @confirm =" addStudent"
279287 />
280288 </div >
0 commit comments