4/1/2
This commit is contained in:
@@ -25,7 +25,7 @@ class SettingsCaptain extends StatelessWidget {
|
||||
'Language'.tr,
|
||||
style: AppStyle.headTitle2,
|
||||
),
|
||||
subtitle: Text('you can change languge of app'.tr),
|
||||
subtitle: Text('ou can change the language of the app'.tr),
|
||||
onTap: () => Get.to(const Language()),
|
||||
),
|
||||
const Divider(
|
||||
@@ -42,7 +42,7 @@ class SettingsCaptain extends StatelessWidget {
|
||||
style: AppStyle.headTitle2,
|
||||
),
|
||||
subtitle: Text(
|
||||
'If you want to make Google Map App run dirctly when you apply order'
|
||||
'If you want to make Google Map App run directly when you apply order'
|
||||
.tr),
|
||||
trailing:
|
||||
GetBuilder<SettingController>(builder: (settingController) {
|
||||
|
||||
Reference in New Issue
Block a user