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(
padding: const EdgeInsets.all(8.0),
child: Text(
"Transfer Device",
"Transfer Asset",
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(
child: Center(
child: Text(
"Device Transfer",
"Asset Transfer",
style: Theme.of(context).textTheme.headline6.copyWith(color: AColors.white, fontStyle: FontStyle.italic),
),
),

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

Loading…
Cancel
Save