diff --git a/ErgometerDoctorApplication/MainWindow.cs b/ErgometerDoctorApplication/MainWindow.cs index 54db5f6..4a3789a 100644 --- a/ErgometerDoctorApplication/MainWindow.cs +++ b/ErgometerDoctorApplication/MainWindow.cs @@ -28,7 +28,7 @@ namespace ErgometerDoctorApplication private void BtnSessionLibrary_Click(object sender, EventArgs e) { - this.HeaderLabel.Text = "Bibliotheek"; + this.HeaderLabel.Text = "Sessie Bibliotheek"; conActiveSessions.Visible = false; conClientData.Visible = false; conSessionHistory.Visible = false;