Skip to content

Commit

Permalink
Merge pull request #8 from docknetwork/fix/wording
Browse files Browse the repository at this point in the history
Fix wording
  • Loading branch information
cykoder authored Apr 18, 2022
2 parents 38913f5 + 7995354 commit 93a6291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@docknetwork/prettyvc",
"description": "Render pretty verifiable credentials",
"version": "1.1.5",
"version": "1.1.6",
"main": "lib/index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/templates/credential.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function TemplateCredential({
${subjectName ? `
<p class="prettyVC-diploma-subtext">
has issued a <strong>${sanitize(title)}</strong> credential to
has issued a <strong>${sanitize(title)}</strong> to
</p>
<h3 class="prettyVC-diploma-subtitle">
${sanitize(subjectName)}
Expand Down

0 comments on commit 93a6291

Please sign in to comment.