@@ -39,21 +39,21 @@ fun WikimediaScreen(
3939 modifier : Modifier = Modifier ,
4040) {
4141 ScribeBaseScreen (
42- pageTitle = stringResource(R .string.wikimedia_and_scribe ),
42+ pageTitle = stringResource(R .string.app_about_community_wikimedia ),
4343 onBackNavigation = { onBackNavigation() },
4444 lastPage = stringResource(R .string.app_about_title),
4545 modifier = modifier,
4646 ) {
4747 WikimediaScreenContent (
48- title = stringResource(R .string.wikimedia_and_scribe_title ),
48+ title = stringResource(R .string.app_about_community_wikimedia_caption ),
4949 modifier =
5050 Modifier .padding(
5151 horizontal = 16 .dp,
5252 ),
5353 ) {
5454 Column (modifier = Modifier .padding(16 .dp)) {
5555 Text (
56- text = stringResource(id = R .string.scribe_wikimedia ),
56+ text = stringResource(id = R .string.scribe_key ),
5757 fontSize = ScribeTypography .bodyMedium.fontSize,
5858 style =
5959 TextStyle .Default .copy(
@@ -72,7 +72,7 @@ fun WikimediaScreen(
7272 colorFilter = ColorFilter .tint(MaterialTheme .colorScheme.onSurface),
7373 )
7474 Text (
75- text = stringResource(id = R .string.wikidata_and_scribe ),
75+ text = stringResource(id = R .string.app_about_community_wikimedia_text_2 ),
7676 fontSize = ScribeTypography .bodyMedium.fontSize,
7777 style =
7878 TextStyle .Default .copy(
@@ -91,7 +91,7 @@ fun WikimediaScreen(
9191 colorFilter = ColorFilter .tint(MaterialTheme .colorScheme.onSurface),
9292 )
9393 Text (
94- text = stringResource(id = R .string.wikipedia_and_scribe ),
94+ text = stringResource(id = R .string.app_about_community_wikimedia_text_3 ),
9595 fontSize = ScribeTypography .bodyMedium.fontSize,
9696 style =
9797 TextStyle .Default .copy(
0 commit comments