From e4540dd3e506b51ee76cf3f2a3498ca8a60f5fec Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Tue, 20 Sep 2022 23:11:59 +0200 Subject: [PATCH] change message --- covas_mobile/lib/MyHomePage.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: