Skip to content

Commit

Permalink
Merge pull request #1148 from ds-wizard/hotfix/4.6.1
Browse files Browse the repository at this point in the history
Hotfix 4.6.1
  • Loading branch information
janslifka committed May 14, 2024
2 parents a372cd0 + a64f7ff commit 38d7566
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ view appState =
{ title = gettext "Import Document Template" appState.locale
, text =
String.format
(gettext "Document templates transform answers from a questionnaire into a document. This document can be anything, from PDF to machine-actionable JSON. You can import existing document templates from [%s](%s/templates) or [develop new ones](%s)." appState.locale)
(gettext "Document templates transform answers from a questionnaire into a document. This document can be anything, from PDF to machine-actionable JSON. You can import existing document templates from [%s](%s/document-templates) or [develop new ones](%s)." appState.locale)
[ LookAndFeelConfig.defaultRegistryName
, LookAndFeelConfig.defaultRegistryUrl
, GuideLinks.documentTemplates appState.guideLinks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ viewRegistryText appState =
p []
(String.formatHtml
(gettext "You can find document templates in %s." appState.locale)
[ a [ href (url ++ "/templates"), target "_blank" ] [ text LookAndFeelConfig.defaultRegistryName ]
[ a [ href (url ++ "/document-templates"), target "_blank" ] [ text LookAndFeelConfig.defaultRegistryName ]
]
)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine-frontend",
"version": "4.6.0",
"version": "4.6.1",
"repository": "https://github.com/ds-wizard/engine-frontend",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 38d7566

Please sign in to comment.