diff --git a/src/main/scala/com/lightbend/paradox/lightbend/LightbendParadoxInfoPlugin.scala b/src/main/scala/com/lightbend/paradox/lightbend/LightbendParadoxInfoPlugin.scala index c5b4227..2874897 100644 --- a/src/main/scala/com/lightbend/paradox/lightbend/LightbendParadoxInfoPlugin.scala +++ b/src/main/scala/com/lightbend/paradox/lightbend/LightbendParadoxInfoPlugin.scala @@ -21,18 +21,21 @@ import sbt._ object LightbendParadoxInfoPlugin extends AutoPlugin { private def glossary(anchor: String, label: String): String = - s"""$label""".stripMargin + s"""$label""".stripMargin case object Supported extends ReadinessLevel { val name = s"""${glossary( "supported", "Supported" - )}, Lightbend Subscription provides support""" + )}, support is available from Lightbend""" } case object Certified extends ReadinessLevel { val name = - s"""${glossary("certified", "Certified")} by Lightbend""" + s"""${glossary( + "certified", + "Certified" + )} by Lightbend""" } case object Incubating extends ReadinessLevel { val name = glossary("incubating", "Incubating") diff --git a/src/sbt-test/project-info/explicit-version/expected/index.html b/src/sbt-test/project-info/explicit-version/expected/index.html index fed5aaf..a77881d 100644 --- a/src/sbt-test/project-info/explicit-version/expected/index.html +++ b/src/sbt-test/project-info/explicit-version/expected/index.html @@ -11,7 +11,7 @@