Skip to content

Conversation

shraavv
Copy link
Contributor

@shraavv shraavv commented Jul 16, 2025

Description (required)

Fixes #6374

What changes did you make and why?

Updated the code in such a way that

  • If the user's achievement level is 0, display the username followed by: (View your achievements)

  • If the user has a non-zero level, display the username followed by: (Level level_number)

Inorder to achieve this, I have added two different strings (profile_withLevel and profile_withoutLevel)

Tests performed (required)

Tested ProdDebug on emulator with API level 36.0.

Screenshots (for UI changes only)

image

Need help? See https://support.google.com/android/answer/9075928


Note: Please ensure that you have read CONTRIBUTING.md if this is your first pull request.

Copy link

✅ Generated APK variants!

Copy link
Member

@nicolas-raoul nicolas-raoul left a comment

Choose a reason for hiding this comment

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

Just tested, looks good!

@nicolas-raoul nicolas-raoul merged commit 88565b7 into commons-app:main Jul 16, 2025
1 check passed
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.

Strange wording: "Level See your achievements"
2 participants