mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-09 01:21:14 +00:00
chore: Merge pull request 'fix(ui): Make currency be properly shown again via shortcode' (#234) from backups-testing into master
Reviewed-on: https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.app/pulls/234 Reviewed-by: Inex Code <inex.code@selfprivacy.org>
This commit is contained in:
commit
5af30bce4d
|
@ -314,7 +314,7 @@ class SelectTypePage extends StatelessWidget {
|
||||||
'initializing.choose_server_type_payment_per_month'
|
'initializing.choose_server_type_payment_per_month'
|
||||||
.tr(
|
.tr(
|
||||||
args: [
|
args: [
|
||||||
'${type.price.value.toString()} ${type.price.currency}'
|
'${type.price.value.toString()} ${type.price.currency.shortcode}'
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
style: Theme.of(context)
|
style: Theme.of(context)
|
||||||
|
|
Loading…
Reference in a new issue