1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 16:25:17 +00:00

Force square account image

This commit is contained in:
2021-03-13 18:11:28 +01:00
parent e70aaabbc9
commit f8910c8f8b
5 changed files with 14 additions and 6 deletions

View File

@ -254,7 +254,7 @@ class _PostCreateFormWidgetState extends State<PostCreateFormWidget> {
});
} catch (e, s) {
logError(e, s);
snack(context, tr("Failed to pick image for post!"));
snack(context, tr("Failed to pick an image for the post!"));
}
}