We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dba57a commit 0a117aeCopy full SHA for 0a117ae
2 files changed
resources/lang/en.json
@@ -926,7 +926,8 @@
926
"uncommon": "Uncommon",
927
"rare": "Rare",
928
"epic": "Epic",
929
- "legendary": "Legendary"
+ "legendary": "Legendary",
930
+ "adfree": "ad-free for life!"
931
},
932
"flag_input": {
933
"title": "Select Flag",
src/client/components/CosmeticInfo.ts
@@ -53,6 +53,9 @@ export class CosmeticInfo extends LitElement {
53
${translateText(`cosmetics.${this.rarity}`) || this.rarity}
54
</div>`
55
: nothing}
56
+ <div class="text-green-400 font-bold">
57
+ ${translateText("cosmetics.adfree")}
58
+ </div>
59
${this.colorPalette
60
? html`<div>
61
${translateText("cosmetics.color_label")}
0 commit comments