Skip to content

Commit

Permalink
Wording tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraktus committed Mar 9, 2025
1 parent 23393e3 commit 9745ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/ublog/src/main/ui/UblogFormUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,4 @@ final class UblogFormUi(helpers: Helpers, ui: UblogUi)(
href := routes.Cms.lonePage(CmsPageKey("blog-etiquette")),
cls := "text",
targetBlank
)("Mandatory if direct or undirect promotion of commercial offering, affiliate links")
)("Mandatory if direct or indirect promotion of commercial offering, affiliate links")
2 changes: 1 addition & 1 deletion modules/ublog/src/main/ui/UblogPostUi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ final class UblogPostUi(helpers: Helpers, ui: UblogUi)(
),
(~post.ads).option(
div(dataIcon := Icon.InfoCircle, cls := "ublog-post__ads_disclosure text")(
"Includes promotion of commercial offering and/or affiliate links"
"Disclosure: This post contains sponsored content, affiliate links or commercial advertisement"
)
),
strong(cls := "ublog-post__intro")(post.intro),
Expand Down

0 comments on commit 9745ab3

Please sign in to comment.