adds more phrasen to the profil and the profilUpdate views, headers of tables phrasen

This commit is contained in:
SimonGschnell
2024-04-19 14:24:32 +02:00
parent 4bb9c61168
commit 1447a930d3
6 changed files with 576 additions and 45 deletions
+1 -4
View File
@@ -34,9 +34,6 @@ class ProfilUpdate extends Auth_Controller
'getProfilRequestFiles' => ['student/anrechnung_beantragen:r', 'user:r'],
'getStatus' => ['student/anrechnung_beantragen:r', 'user:r'],
'getTopic' => ['student/anrechnung_beantragen:r', 'user:r'],
]);
@@ -599,7 +596,7 @@ class ProfilUpdate extends Auth_Controller
$topic = "nachname";
break;
default:
show_error($this->p->t('profilUpdate', 'profilUpdate_topic_error',[$topic]));
show_error($this->p->t('profilUpdate', 'profilUpdate_topic_error', [$topic]));
return;
}