change message

This commit is contained in:
Valentin CZERYBA 2022-09-20 23:11:59 +02:00
parent 0d1ea5d66f
commit e4540dd3e5

View File

@ -97,7 +97,7 @@ class _MyHomePageState extends State<MyHomePage> with ShowErrorDialog {
break; break;
case 403: case 403:
{ {
text = "Utilisateur desactive"; text = "Vous n'avez pas l'autorisation de faire cette action";
} }
break; break;
case 410: case 410: