Skip to content

Conversation

@Maclean-D
Copy link
Contributor

@Maclean-D Maclean-D commented Dec 29, 2025

Before After
Simulator Screenshot - iPhone 17 Pro - 2025-12-28 at 20 12 29 Simulator Screenshot - iPhone 17 Pro - 2025-12-28 at 20 20 38

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly fixes a localization issue on the English onboarding screen where a newline was being rendered as the literal text \n. This was caused by an extra backslash in the resource file, which escaped the newline sequence (\\n). The change removes the extra backslash, so \n is now correctly interpreted as a newline character. This resolves the visual bug shown in the pull request description. The changes are applied consistently across the .arb resource file and the auto-generated Dart localization files. The fix is correct and no issues were found.

@aaravgarg aaravgarg merged commit 8722842 into BasedHardware:main Dec 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants