Skip to content

Commit

Permalink
capitalize lichess in some more places
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 30, 2020
1 parent ab6a219 commit af6c588
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Exceptions (free)

Files | Author(s) | License
--- | --- | ---
public/font/lichess.{sfd,woff,woff2} | [Dave Gandy](http://fontawesome.io/), [GitHub](https://github.com/primer/octicons), [Webalys](http://www.webalys.com/), [Zurb](http://zurb.com/playground/foundation-icon-fonts-3), [Daniel Bruce](http://www.entypo.com/), [Shapemade](http://steadysets.com/), [Sergey Shmidt](http://designmodo.com/linecons-free/) and the lichess authors | [OFL](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL), [MIT](https://github.com/primer/octicons/blob/master/LICENSE), [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/), AGPLv3+
public/font/lichess.{sfd,woff,woff2} | [Dave Gandy](http://fontawesome.io/), [GitHub](https://github.com/primer/octicons), [Webalys](http://www.webalys.com/), [Zurb](http://zurb.com/playground/foundation-icon-fonts-3), [Daniel Bruce](http://www.entypo.com/), [Shapemade](http://steadysets.com/), [Sergey Shmidt](http://designmodo.com/linecons-free/) and the Lichess authors | [OFL](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL), [MIT](https://github.com/primer/octicons/blob/master/LICENSE), [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/), AGPLv3+
public/font/lichess.chess.{sfd,woff,woff2} | the [pgn4web](http://pgn4web.casaschi.net/home.html) authors | [GPLv2+](https://www.gnu.org/licenses/gpl-2.0.txt)
Noto Sans in public/font | [Google](https://fonts.google.com/specimen/Noto+Sans) | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
Roboto in public/font | [Christian Robertson](https://fonts.google.com/specimen/Roboto) | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The web client is written in [TypeScript](https://typescriptlang.org) and [snabb
The [blog](https://lichess.org/blog) uses a free open content plan from [prismic.io](https://prismic.io).
All rated games are published in a [free PGN database](https://database.lichess.org).
Browser testing done with [![Browserstack](https://raw.githubusercontent.com/ornicar/lila/master/public/images/browserstack.png)](https://www.browserstack.com).
Please help us [translate lichess with Crowdin](https://crowdin.com/project/lichess).
Please help us [translate Lichess with Crowdin](https://crowdin.com/project/lichess).

See [lichess.org/source](https://lichess.org/source) for a list of repositories.

Expand Down
4 changes: 2 additions & 2 deletions app/views/auth/bits.scala
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ body { margin-top: 45px; }
) {
main(cls := "page-small box box-pad")(
h1(cls := "text", dataIcon := "2")("Ooops"),
p("Sorry, you can't signup to lichess through TOR!"),
p("As an Anonymous user, you can play, train, and use all lichess features.")
p("Sorry, you can't signup to Lichess through Tor!"),
p("You can play, train and use almost all Lichess features as an anonymous user.")
)
}
}
2 changes: 1 addition & 1 deletion app/views/base/bits.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ border-top-right-radius: 3px;
z-index: 99;
"""
)(
"This is an empty lichess preview website, go to lichess.org instead"
"This is an empty Lichess preview website, go to lichess.org instead"
)

val connectLinks =
Expand Down
2 changes: 1 addition & 1 deletion app/views/challenge/mine.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object mine {
p(trans.theFirstPersonToComeOnThisUrlWillPlayWithYou())
),
ctx.isAuth option div(
h2(cls := "ninja-title", "Or invite a lichess user:"),
h2(cls := "ninja-title", "Or invite a Lichess user:"),
br,
postForm(cls := "user-invite", action := routes.Challenge.toFriend(c.id))(
input(
Expand Down
4 changes: 2 additions & 2 deletions app/views/coach/edit.scala
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ object edit {
div(cls := "panel contents")(
form3.group(
form("profile.publicStudies"),
raw("Featured public lichess studies"),
help = raw("Up to 6 lichess study URLs, one per line").some
raw("Featured public Lichess studies"),
help = raw("Up to 6 Lichess study URLs, one per line").some
)(form3.textarea(_)()),
form3.group(form("profile.youtubeChannel"), raw("URL of your Youtube channel"))(form3.input(_)),
form3.group(
Expand Down
2 changes: 1 addition & 1 deletion app/views/event.scala
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ object event {
form3.group(form("lang"), raw("Language"), half = true)(form3.select(_, lila.i18n.LangList.choices)),
form3.group(
form("hostedBy"),
raw("Hosted by lichess user"),
raw("Hosted by Lichess user"),
help = raw("Username that must not be featured while the event is ongoing").some,
half = true
) { f =>
Expand Down
2 changes: 1 addition & 1 deletion app/views/forum/categ.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object categ {
.OpenGraph(
title = "Lichess community forum",
url = s"$netBaseUrl${routes.ForumCateg.index.url}",
description = "Chess discussions and feedback about lichess development"
description = "Chess discussions and feedback about Lichess development"
)
.some
) {
Expand Down
2 changes: 1 addition & 1 deletion app/views/oAuth/app/form.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object form {
div(cls := "form-group")(
"Here's a ",
a(href := "https://github.com/lichess-org/api/tree/master/example/oauth-authorization-code")(
"lichess OAuth app example"
"Lichess OAuth app example"
),
", and the ",
a(href := routes.Api.index)("API documentation"),
Expand Down
2 changes: 1 addition & 1 deletion app/views/oAuth/app/index.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object index {
br,
"Here's a ",
a(href := "https://github.com/lichess-org/api/tree/master/example/oauth-authorization-code")(
"lichess OAuth app example"
"Lichess OAuth app example"
),
", and the ",
a(href := routes.Api.index)("API documentation"),
Expand Down
2 changes: 1 addition & 1 deletion app/views/oAuth/token/create.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object create {
h1(title),
postForm(cls := "form3", action := routes.OAuthToken.create)(
div(cls := "form-group")(
"Personal access tokens function like ordinary lichess OAuth access tokens. ",
"Personal access tokens function like ordinary Lichess OAuth access tokens. ",
"They can be used to authenticate to the API over Basic Authentication."
),
form3.group(
Expand Down
2 changes: 1 addition & 1 deletion app/views/relay/form.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ object form {
if (isGranted(_.Relay))
form3.checkbox(
form("official"),
raw("Official lichess broadcast"),
raw("Official Lichess broadcast"),
help = raw("Feature on /broadcast - for admins only").some
)
else form3.hidden(form("official")),
Expand Down
2 changes: 1 addition & 1 deletion app/views/report/thanks.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $button.find('span').text('Blocked!');
br,
br,
p(
a(href := routes.Lobby.home)("Return to lichess homepage")
a(href := routes.Lobby.home)("Return to Lichess homepage")
)
)

Expand Down
2 changes: 1 addition & 1 deletion app/views/streamer/edit.scala
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ object edit extends Context.ToLang {
if (granted)
form3.checkbox(
form("approval.featured"),
frag("Feature on lichess homepage"),
frag("Feature on Lichess homepage"),
help = modsOnly,
half = true
)
Expand Down
2 changes: 1 addition & 1 deletion app/views/tv/index.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object index {
.OpenGraph(
title = s"Watch the best ${channel.name.toLowerCase} games of lichess.org",
description =
s"Sit back, relax, and watch the best ${channel.name.toLowerCase} lichess players compete on lichess TV",
s"Sit back, relax, and watch the best ${channel.name.toLowerCase} Lichess players compete on Lichess TV",
url = s"$netBaseUrl${routes.Tv.onChannel(channel.key)}"
)
.some,
Expand Down
4 changes: 2 additions & 2 deletions app/views/user/show/newPlayer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ object newPlayer {
li(a(href := routes.Puzzle.home)("Improve with chess tactics puzzles")),
li(a(href := s"${routes.Lobby.home}#ai")("Play the artificial intelligence")),
li(a(href := s"${routes.Lobby.home}#hook")("Play opponents from around the world")),
li(a(href := routes.User.list)("Follow your friends on lichess")),
li(a(href := routes.User.list)("Follow your friends on Lichess")),
li(a(href := routes.Tournament.home(1))("Play in tournaments")),
li(
"Learn from ",
a(href := routes.Study.allDefault(1))("studies"),
" and ",
a(href := routes.Video.index)("videos")
),
li(a(href := routes.Pref.form("game-display"))("Configure lichess to your liking")),
li(a(href := routes.Pref.form("game-display"))("Configure Lichess to your liking")),
li("Explore the site and have fun :)")
)
)
Expand Down

0 comments on commit af6c588

Please sign in to comment.