Skip to content

Commit

Permalink
Merge pull request #2222 from DuckySoLucky/fixProifleInfo
Browse files Browse the repository at this point in the history
fix: message for ironamn and bingo profiles
  • Loading branch information
Shiiyu authored Apr 6, 2024
2 parents 334323f + 2a8734b commit 7f4682a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/stats.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ const metaDescription = getMetaDescription()
<br>
<% } %>
This is an <strong>Ironman</strong> profile. The player cannot use the auction house, bazaar, trade, or pick up drops from other players.
This is an <strong>Ironman</strong> profile. The player cannot use the auction house, bazaar, or trade with other players.
<% } %>
Expand All @@ -585,7 +585,7 @@ const metaDescription = getMetaDescription()
<br>
<% } %>
This is a <strong>Bingo</strong> profile. The player cannot spend gems, use the auction house, bazaar, trade, or pick up drops from other players.
This is a <strong>Bingo</strong> profile. The player cannot spend gems, use the auction house, bazaar or trade with other players.
<% } %>
<% if (calculated.profile.game_mode == 'island') { %>
Expand Down

0 comments on commit 7f4682a

Please sign in to comment.