From 77820371b1e406066df1009c794eddc0e8e265b0 Mon Sep 17 00:00:00 2001 From: milan Date: Tue, 5 Dec 2023 20:51:51 +0530 Subject: [PATCH] Add: #195 - Changed the message on clicking submit button in the developer option for privacy dashboard --- .../controllers/privacy_dashboard_credential_controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/modules/developerOptions/controllers/privacy_dashboard_credential_controller.dart b/lib/app/modules/developerOptions/controllers/privacy_dashboard_credential_controller.dart index 9411407..683bec4 100644 --- a/lib/app/modules/developerOptions/controllers/privacy_dashboard_credential_controller.dart +++ b/lib/app/modules/developerOptions/controllers/privacy_dashboard_credential_controller.dart @@ -48,7 +48,7 @@ class PrivacyDashboardCredentialController extends BaseController { _prefs.setString('privacyDashboardbaseUrl', baseUrlController.text); _prefs.setString('privacyDashboarduserId', userIdController.text); Get.rawSnackbar( - message: 'updated credentials successfully', + message: 'Updated : Close and Reopen the app to reflect the changes', backgroundColor: Colors.green); privacyDashboardCredentials(); }