rename device with asset

majd_development_new
Sikander Saleem 1 year ago
parent 66100c36a4
commit c14aaceb5e

@ -118,7 +118,7 @@ class _RequestDeviceTransferState extends State<RequestDeviceTransfer> {
child: Padding( child: Padding(
padding: const EdgeInsets.all(8.0), padding: const EdgeInsets.all(8.0),
child: Text( child: Text(
"Transfer Device", "Transfer Asset",
style: Theme.of(context).textTheme.headline5.copyWith(color: Theme.of(context).primaryColor, fontSize: 28, fontWeight: FontWeight.bold), style: Theme.of(context).textTheme.headline5.copyWith(color: Theme.of(context).primaryColor, fontSize: 28, fontWeight: FontWeight.bold),
), ),
), ),

@ -60,7 +60,7 @@ class _TrackDeviceTransferPageState extends State<TrackDeviceTransferPage> with
Expanded( Expanded(
child: Center( child: Center(
child: Text( child: Text(
"Device Transfer", "Asset Transfer",
style: Theme.of(context).textTheme.headline6.copyWith(color: AColors.white, fontStyle: FontStyle.italic), style: Theme.of(context).textTheme.headline6.copyWith(color: AColors.white, fontStyle: FontStyle.italic),
), ),
), ),

@ -205,7 +205,7 @@ class _LandPageState extends State<LandPage> {
}, },
), ),
LandPageItem( LandPageItem(
text: "Track Device Transfer", text: "Track Asset Transfer",
icon: FontAwesomeIcons.peopleCarryBox, icon: FontAwesomeIcons.peopleCarryBox,
onPressed: () { onPressed: () {
Navigator.of(context).pushNamed(TrackDeviceTransferPage.id); Navigator.of(context).pushNamed(TrackDeviceTransferPage.id);

Loading…
Cancel
Save