@@ -14,7 +14,6 @@ import androidx.compose.foundation.layout.Box
1414import androidx.compose.foundation.layout.Column
1515import androidx.compose.foundation.layout.IntrinsicSize
1616import androidx.compose.foundation.layout.PaddingValues
17- import androidx.compose.foundation.layout.fillMaxSize
1817import androidx.compose.foundation.layout.fillMaxWidth
1918import androidx.compose.foundation.layout.height
2019import androidx.compose.foundation.layout.padding
@@ -24,7 +23,6 @@ import androidx.compose.material.MaterialTheme
2423import androidx.compose.material.Text
2524import androidx.compose.material.icons.Icons
2625import androidx.compose.material.icons.automirrored.filled.ShowChart
27- import androidx.compose.material.icons.filled.ShowChart
2826import androidx.compose.runtime.Composable
2927import androidx.compose.runtime.derivedStateOf
3028import androidx.compose.runtime.getValue
@@ -36,7 +34,6 @@ import androidx.compose.ui.Modifier
3634import androidx.compose.ui.draw.alpha
3735import androidx.compose.ui.graphics.ColorFilter
3836import androidx.compose.ui.platform.LocalContext
39- import androidx.compose.ui.res.painterResource
4037import androidx.compose.ui.res.stringResource
4138import androidx.compose.ui.tooling.preview.Preview
4239import androidx.compose.ui.unit.dp
@@ -59,11 +56,9 @@ import com.getcode.ui.theme.CodeButton
5956import com.getcode.ui.theme.CodeCircularProgressIndicator
6057import com.getcode.ui.utils.calculateEndPadding
6158import com.getcode.ui.utils.calculateStartPadding
62- import com.getcode.util.format
6359import com.getcode.util.formatLocalized
6460import kotlinx.datetime.TimeZone
6561import kotlinx.datetime.toLocalDateTime
66- import java.util.Locale
6762import kotlin.time.Clock
6863import kotlin.time.Instant
6964
@@ -137,7 +132,7 @@ internal fun MarketCapSection(
137132 ) {
138133 Text (
139134 modifier = Modifier .padding(start = contentPadding.calculateStartPadding()),
140- text = stringResource(R .string.subtitle_circulatingValue ),
135+ text = stringResource(R .string.subtitle_marketcap ),
141136 style = CodeTheme .typography.textMedium,
142137 color = CodeTheme .colors.textSecondary,
143138 )
0 commit comments