diff --git a/covas_mobile/lib/MyHomePage.dart b/covas_mobile/lib/MyHomePage.dart index eb0db33..fd0b205 100644 --- a/covas_mobile/lib/MyHomePage.dart +++ b/covas_mobile/lib/MyHomePage.dart @@ -97,7 +97,7 @@ class _MyHomePageState extends State with ShowErrorDialog { break; case 403: { - text = "Utilisateur desactive"; + text = "Vous n'avez pas l'autorisation de faire cette action"; } break; case 410: