Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Correct context menu description
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed May 31, 2021
1 parent 10877d0 commit 44ca273
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ProfileCategoryFragment : Fragment() {
}
listItems(items = listOf(
"Search for Item",
"View Buyer",
if (args.category == 1) "View Buyer" else "View Seller",
"Copy Player Name",
"Copy Item Name",
"Copy Price",
Expand Down

0 comments on commit 44ca273

Please sign in to comment.