diff --git a/app/views/donation/index.scala.html b/app/views/donation/index.scala.html index 0a1a11498f..8b7c7a2280 100644 --- a/app/views/donation/index.scala.html +++ b/app/views/donation/index.scala.html @@ -17,14 +17,14 @@ $@(progress.goal / 100) -

Top Donators

-
+

Top Donors

+
@top.map { donation =>
@userIdLink(donation.userId)
}
-

Recent Donators

-
+

Recent Donors

+
@donations.take(10).map { donation =>
@userIdLink(donation.userId)
} @@ -107,9 +107,9 @@ title = s"${~doc.getText("doc.title")}") { -

Thank you to all lichess.org donators!

+

Thank you to all lichess.org donors!

- +
@donations.map { donation => diff --git a/app/views/user/show.scala.html b/app/views/user/show.scala.html index fbe9bdf9ac..96865b5ba2 100644 --- a/app/views/user/show.scala.html +++ b/app/views/user/show.scala.html @@ -160,7 +160,7 @@ openGraph = Map( } } @if(info.donated >= 200) { - Lichess Donator + Lichess Donor } @u.profile.map { p => @p.nonEmptyRealName.map { name => diff --git a/public/stylesheets/donation.css b/public/stylesheets/donation.css index 95e6b676fc..508d282100 100644 --- a/public/stylesheets/donation.css +++ b/public/stylesheets/donation.css @@ -8,14 +8,14 @@ font-size: 1.4em; margin: 30px 0 10px 0; } -#site_header .donators div { +#site_header .donors div { padding: 5px 0; } #site_header a.user_link { font-size: 1.1em; font-weight: bold; } -.donate_box .donators em { +.donate_box .donors em { font-style: italic; } #site_header .progress div.progressbar {