wording change
This commit is contained in:
parent
a5d55f1131
commit
1d7eb2f655
1 changed files with 2 additions and 2 deletions
|
|
@ -557,7 +557,7 @@ class _PatientFilesState extends State<PatientFiles> {
|
||||||
if (widget.type == "personal") {
|
if (widget.type == "personal") {
|
||||||
return [
|
return [
|
||||||
Text(
|
Text(
|
||||||
"Files",
|
"Documents",
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 25,
|
fontSize: 25,
|
||||||
|
|
@ -578,7 +578,7 @@ class _PatientFilesState extends State<PatientFiles> {
|
||||||
} else {
|
} else {
|
||||||
return [
|
return [
|
||||||
Text(
|
Text(
|
||||||
"Files",
|
"Documents",
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 25,
|
fontSize: 25,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue