diff --git a/Frontend/patient_manager/lib/components/patientFiles.dart b/Frontend/patient_manager/lib/components/patientFiles.dart index feab54b5..504047e9 100644 --- a/Frontend/patient_manager/lib/components/patientFiles.dart +++ b/Frontend/patient_manager/lib/components/patientFiles.dart @@ -557,7 +557,7 @@ class _PatientFilesState extends State { if (widget.type == "personal") { return [ Text( - "Files", + "Documents", textAlign: TextAlign.center, style: TextStyle( fontSize: 25, @@ -578,7 +578,7 @@ class _PatientFilesState extends State { } else { return [ Text( - "Files", + "Documents", textAlign: TextAlign.center, style: TextStyle( fontSize: 25,