Rename MyVisit to Mobile

This commit is contained in:
Fransolet Thomas 2023-03-10 17:58:25 +01:00
parent 246cb0739a
commit 2056fc23fb

View File

@ -229,7 +229,7 @@ class _ConfigurationDetailScreenState extends State<ConfigurationDetailScreen> {
), ),
CheckInputContainer( CheckInputContainer(
icon: Icons.phone_android, icon: Icons.phone_android,
label: "MyVisit :", label: "Mobile :",
fontSize: 20, fontSize: 20,
isChecked: configurationDTO.isMobile, isChecked: configurationDTO.isMobile,
onChanged: (value) { onChanged: (value) {