This commit is contained in:
John Livingston
2024-09-11 10:33:51 +02:00
parent 8dcd3ef488
commit 651641f63c
6 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
{{- partial "shortcodes/notice.html" (dict
"page" .Page
"color" (.Get "color")
"content" (replace (i18n "features_comes_with") "X.X.X" ($.Get 0))
"content" (replace (i18n "feature_comes_with") "X.X.X" ($.Get 0))
"icon" (.Get "icon" | default (.Get 2))
"style" ("info")
"title" (.Get "title" | default (.Get 1))