Skip to content

Commit 9259f6c

Browse files
authored
remove gerunds
1 parent 6f9c44d commit 9259f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/click/controllers/eg003CreateNewClickwrapVersion.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ eg003CreateNewClickwrapVersion.createController = async (req, res) => {
5959
if (results) {
6060
// Save for use by other examples that need an clickwrapId
6161
res.render("pages/example_done", {
62-
title: "Creating a new clickwrap version",
63-
h1: "Creating a new clickwrap version",
62+
title: "Create a new clickwrap version",
63+
h1: "Create a new clickwrap version",
6464
message: `The 2nd version of clickwrap ${results.clickwrapName} has been created.`,
6565
json: JSON.stringify(results)
6666
});

0 commit comments

Comments
 (0)