mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-08 00:51:20 +00:00
fix(ui): Make currency be properly shown again via shortcode
This commit is contained in:
parent
e38a322e61
commit
ddf2f71ac3
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue