Skip to content

Commit 0a117ae

Browse files
committed
add adfree description to cosmetics
1 parent 4dba57a commit 0a117ae

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

resources/lang/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,8 @@
926926
"uncommon": "Uncommon",
927927
"rare": "Rare",
928928
"epic": "Epic",
929-
"legendary": "Legendary"
929+
"legendary": "Legendary",
930+
"adfree": "ad-free for life!"
930931
},
931932
"flag_input": {
932933
"title": "Select Flag",

src/client/components/CosmeticInfo.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ export class CosmeticInfo extends LitElement {
5353
${translateText(`cosmetics.${this.rarity}`) || this.rarity}
5454
</div>`
5555
: nothing}
56+
<div class="text-green-400 font-bold">
57+
${translateText("cosmetics.adfree")}
58+
</div>
5659
${this.colorPalette
5760
? html`<div>
5861
${translateText("cosmetics.color_label")}

0 commit comments

Comments
 (0)