Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niloysikdar committed May 2, 2021
1 parent e690ae6 commit 469de65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/screens/selectoxygen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SelectOxygen extends StatelessWidget {
},
),
selectOxygenButton(
text: "Avaible Sources",
text: "Available Sources",
onTap: () {
Navigator.push(
context,
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/selectplasma.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SelectPlasma extends StatelessWidget {
},
),
selectPlasmaButton(
text: "Availbe Donors",
text: "Available Donors",
onTap: () {
Navigator.push(
context,
Expand Down

0 comments on commit 469de65

Please sign in to comment.