Skip to content

Commit 5d2da2d

Browse files
authored
Use positional arguments in string for description content (#5975)
1 parent 5e3b455 commit 5d2da2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onboarding/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<string name="connection_error_url_info">The app is currently connecting to</string>
4242
<string name="connection_error_more_details">More details</string>
4343
<string name="connection_error_more_details_description">Description</string>
44-
<string name="connection_error_more_details_description_content">Status Code: %s\nDetail: %s</string>
44+
<string name="connection_error_more_details_description_content">Status Code: %1$s\nDetail: %2$s</string>
4545
<string name="connection_error_more_details_error">Error</string>
4646
<string name="connection_error_help">Get more help</string>
4747
<string name="connection_error_discord_content_description">Home Assistant Discord"</string>

0 commit comments

Comments
 (0)