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

Fix bad translations

This commit is contained in:
2021-04-26 10:15:19 +02:00
parent e010a14a59
commit 36ef79a169
2 changed files with 5 additions and 3 deletions

View File

@ -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);