@@ -226,8 +226,10 @@ watch(
226226 lastName: studentToRemove?.lastName,
227227 })
228228 "
229- :confirm-text =" t('supervisorStudentList.removeStudent.confirmText')"
230- :checkbox-label =" t('supervisorStudentList.checkboxLabel')"
229+ :confirm-text ="
230+ t('settings.supervisorStudentList.removeStudent.confirmText')
231+ "
232+ :checkbox-label =" t('settings.supervisorStudentList.checkboxLabel')"
231233 setting-key =" showRemoveStudentModal"
232234 :title =" t('supervisorStudentList.removeStudent.title')"
233235 icon =" trash"
@@ -254,8 +256,10 @@ watch(
254256 })
255257 "
256258 :show-checkbox =" true"
257- :checkbox-label =" t('supervisorStudentList.checkboxLabel')"
258- :confirm-text =" t('supervisorStudentList.addExistingStudent.confirmText')"
259+ :checkbox-label =" t('settings.supervisorStudentList.checkboxLabel')"
260+ :confirm-text ="
261+ t('settings.supervisorStudentList.addExistingStudent.confirmText')
262+ "
259263 icon =" user-group"
260264 setting-key =" showAddStudentModal"
261265 :sub-text =" t('supervisorStudentList.addExistingStudent.subText')"
@@ -273,14 +277,18 @@ watch(
273277 })
274278 "
275279 :show-checkbox =" true"
276- :checkbox-label =" t('supervisorStudentList.checkboxLabel')"
277- confirm-text =" "
280+ :checkbox-label =" t('settings.supervisorStudentList.checkboxLabel')"
281+ :confirm-text ="
282+ t('settings.supervisorStudentList.addNotExistingStudent.confirmText')
283+ "
278284 icon =" user-group"
279285 image-alt =" Logo"
280286 image-src =" ../images/Superwise_Logo.svg"
281287 setting-key =" showAddStudentModal"
282- :sub-text =" t('supervisorStudentList.addExistingStudent.subText')"
283- :title =" t('supervisorStudentList.addNewStudent.title')"
288+ :sub-text ="
289+ t('settings.supervisorStudentList.addNotExistingStudent.subText')
290+ "
291+ :title =" t('settings.supervisorStudentList.addNewStudent.title')"
284292 @confirm =" addStudent"
285293 />
286294 </div >
0 commit comments