mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
updated the strange wording (#6378)
Some checks are pending
Android CI / Run tests and generate APK (push) Waiting to run
Some checks are pending
Android CI / Run tests and generate APK (push) Waiting to run
This commit is contained in:
parent
e5dbcfc2a1
commit
88565b70c5
27 changed files with 55 additions and 29 deletions
|
|
@ -114,13 +114,13 @@ class MoreBottomSheetFragment : BottomSheetDialogFragment() {
|
|||
val level = store.getString("userAchievementsLevel", "0")
|
||||
if (level == "0"){
|
||||
binding?.moreProfile?.text = getString(
|
||||
R.string.profileLevel,
|
||||
R.string.profile_withoutLevel,
|
||||
getUserName(),
|
||||
getString(R.string.see_your_achievements) // Second argument
|
||||
)
|
||||
} else {
|
||||
binding?.moreProfile?.text = getString(
|
||||
R.string.profileLevel,
|
||||
R.string.profile_withLevel,
|
||||
getUserName(),
|
||||
level
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue