chore: Merge pull request 'fix(ui): Make currency be properly shown again via shortcode' (#234) from backups-testing into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #234
Reviewed-by: Inex Code <inex.code@selfprivacy.org>
pull/235/head
NaiJi ✨ 2023-07-12 21:21:45 +03:00
commit 5af30bce4d
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ class SelectTypePage extends StatelessWidget {
'initializing.choose_server_type_payment_per_month'
.tr(
args: [
'${type.price.value.toString()} ${type.price.currency}'
'${type.price.value.toString()} ${type.price.currency.shortcode}'
],
),
style: Theme.of(context)