mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-25 23:26:16 +02:00
Fixes showing the R.string.first id instead of text.
This commit is contained in:
@@ -206,7 +206,13 @@ fun TranslateableRichTextViewer(
|
|||||||
|
|
||||||
Spacer(modifier = Modifier.size(10.dp))
|
Spacer(modifier = Modifier.size(10.dp))
|
||||||
|
|
||||||
Text("${stringResource(id = R.string.show_in)} ${Locale(target).displayName} ${R.string.first}")
|
Text(
|
||||||
|
"${stringResource(R.string.show_in)} ${Locale(target).displayName} ${
|
||||||
|
stringResource(
|
||||||
|
R.string.first
|
||||||
|
)
|
||||||
|
}"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
Divider()
|
Divider()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user