Skip to content

Commit e1b00ba

Browse files
update button text, add folder path (#188)
* update button text, add folder path
1 parent aabbd5a commit e1b00ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/webforms/controllers/eg001CreateInstance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ eg001CreateInstance.getWebFormCreateController = (req, res) => {
169169
eg: eg,
170170
csrfToken: req.csrfToken(),
171171
title: example.ExampleName,
172-
description: additionalPageData.ResultsPageText,
172+
description: formatString(additionalPageData.ResultsPageText, 'demo_documents'),
173173
example: example,
174174
});
175175
};

views/pages/webforms-examples/eg001WebFormCreate.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<% } %>
1010

1111
<input type="hidden" name="_csrf" value="<%- csrfToken %>">
12-
<%- include("../../partials/submitButton") %>
12+
<%- include("../../partials/continueButton") %>
1313
</form>
14-
14+
1515
<%- include("../../partials/examplesFoot") %>

0 commit comments

Comments
 (0)