diff --git a/android/app/src/main/java/me/kavishdevar/librepods/presentation/screens/PurchaseScreen.kt b/android/app/src/main/java/me/kavishdevar/librepods/presentation/screens/PurchaseScreen.kt index 5655843..035dfc3 100644 --- a/android/app/src/main/java/me/kavishdevar/librepods/presentation/screens/PurchaseScreen.kt +++ b/android/app/src/main/java/me/kavishdevar/librepods/presentation/screens/PurchaseScreen.kt @@ -459,7 +459,7 @@ fun PurchaseScreen( tint = if (isSystemInDarkTheme()) Color(0xFF916100) else Color(0xFFE59900) ) { Text( - stringResource(R.string.buy), + stringResource(R.string.buy_price, state.price), style = TextStyle( fontSize = 16.sp, fontWeight = FontWeight.Medium, diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index c7e62d4..67c7e04 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -211,7 +211,7 @@ Dynamically adjust external noise Blocks out external sounds Unlock advanced features - Buy + Buy %s Restore purchases Automatically stop playing audio when you take them off, and resume playback when you put them back on. Battery