Skip to content

Commit

Permalink
Remove an extra period in English SMS verification template #4260
Browse files Browse the repository at this point in the history
ref DEV-1355
  • Loading branch information
tung2744 authored May 30, 2024
2 parents be8bc1a + 466d884 commit 0ef75b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/authgear/templates/en/messages/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@
},
"VerificationSMSTXT": {
"Code": "{{ .Code }} is your {{ template \"app.name\" }} verification code.",
"Disclaimer": "Don't share it with anyone.."
"Disclaimer": "Don't share it with anyone."
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{ .Code }} is your {{ template "app.name" }} verification code.

Don't share it with anyone..
Don't share it with anyone.

0 comments on commit 0ef75b8

Please sign in to comment.