mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Fix bad translations
This commit is contained in:
@ -14,8 +14,8 @@ class AccountImageTourPane extends PresentationPane {
|
||||
}) : super(
|
||||
iconWidget: AccountImageWidget(user: user, width: 50),
|
||||
title: tr("Account image"),
|
||||
text: tr(
|
||||
"Account image allow to quickly recognize people.\n\nYou can decide to define one now!"),
|
||||
text:
|
||||
"${tr("Account images allow to quickly recognize people.")}\n\n${tr("You can decide to define one now!")}",
|
||||
actionTitle: tr("Upload an account image"),
|
||||
onActionTap: (ctx) async {
|
||||
await uploadNewAccountImage(ctx);
|
||||
|
Reference in New Issue
Block a user