diff --git a/app/views/plan/features.scala b/app/views/plan/features.scala index 3a0068173a..1fd5ecc0c2 100644 --- a/app/views/plan/features.scala +++ b/app/views/plan/features.scala @@ -43,7 +43,7 @@ object features { a(href := routes.Page.variantHome)("8 chess variants (Crazyhouse, Chess960, Horde, ...)") ), tr(custom(s"${lila.fishnet.FishnetLimiter.maxPerDay} per day"))( - "Deep Stockfish 14+ server analysis" + "Deep Stockfish 14.1 server analysis" ), tr(unlimited)( "Instant local Stockfish 14+ analysis (depth 99)" diff --git a/ui/analyse/src/serverSideUnderboard.ts b/ui/analyse/src/serverSideUnderboard.ts index 0fd150673c..107bdaa64a 100644 --- a/ui/analyse/src/serverSideUnderboard.ts +++ b/ui/analyse/src/serverSideUnderboard.ts @@ -70,7 +70,7 @@ export default function (element: HTMLElement, ctrl: AnalyseCtrl) { } function chartLoader() { - return `
Stockfish 14+
server analysis
${lichess.spinnerHtml}
`; + return `
Stockfish 14.1
server analysis
${lichess.spinnerHtml}
`; } function startAdvantageChart() { if (lichess.advantageChart || lichess.AnalyseNVUI) return;