Skip to content

Commit

Permalink
Rename unowned characters to uncollected
Browse files Browse the repository at this point in the history
  • Loading branch information
man90es committed Mar 23, 2024
1 parent fc29a09 commit 877ec05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/TierListView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template v-if="userData.enoughCharacters">
<p>Here's a special leaderboard just for you! It was generated from the list of characters you selected earlier.</p>
<div class="options-wrapper">
Display with unowned characters?
Display with uncollected characters?
<SelectButton v-model="displayUnowned" />
</div>
</template>
Expand Down

0 comments on commit 877ec05

Please sign in to comment.