Skip to content

Commit

Permalink
[#540] Change wording when XML code implementation is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea authored and florentmaitre committed Jan 29, 2024
1 parent d176d9b commit f6ede77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fun CodeImplementationColumn(
modifier = Modifier
.fillMaxWidth()
.padding(dimensionResource(id = com.orange.ods.R.dimen.spacing_xs)),
text = stringResource(id = R.string.soon_available)
text = stringResource(id = R.string.component_not_yet_available)
)
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<string name="code_implementation">Code implementation</string>
<string name="code_implementation_xml">XML</string>
<string name="code_implementation_compose">Jetpack Compose</string>
<string name="soon_available">Soon available</string>
<string name="component_not_yet_available">This component is not yet available in XML.</string>

<!-- Navigation -->
<string name="navigation_item_guidelines">Guidelines</string>
Expand Down

0 comments on commit f6ede77

Please sign in to comment.