Skip to content

Commit

Permalink
Merge pull request #299 from DFE-Digital/bug/create-project-method-hi…
Browse files Browse the repository at this point in the history
…nt-reword

Removed full stops
  • Loading branch information
sukhybhullar-nimble authored Dec 6, 2023
2 parents 2679a3b + ec08d11 commit 68dcb1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
var labels = new[] { "Create one project", "Upload multiple projects" };
var values = new[] { ProjectCreateMethod.Individual.ToString(), ProjectCreateMethod.Bulk.ToString() };
var hints = new[] {
"Presumption or wave route.",
"Wave route only."
"Presumption or wave route",
"Wave route only"
};
}
@section BeforeMain {
Expand Down

0 comments on commit 68dcb1d

Please sign in to comment.