From 466d88404b7951600f228c14869b8db912f16e9c Mon Sep 17 00:00:00 2001 From: Louis Chan Date: Thu, 30 May 2024 11:02:07 +0800 Subject: [PATCH] Remove an extra period in English SMS verification template ref DEV-1355 --- resources/authgear/templates/en/messages/translation.json | 2 +- resources/authgear/templates/en/messages/verification_sms.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/authgear/templates/en/messages/translation.json b/resources/authgear/templates/en/messages/translation.json index 3c8b1ddf59..b59b18b4a7 100644 --- a/resources/authgear/templates/en/messages/translation.json +++ b/resources/authgear/templates/en/messages/translation.json @@ -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." } } diff --git a/resources/authgear/templates/en/messages/verification_sms.txt b/resources/authgear/templates/en/messages/verification_sms.txt index 1ba7d83d11..1044e4c1bf 100644 --- a/resources/authgear/templates/en/messages/verification_sms.txt +++ b/resources/authgear/templates/en/messages/verification_sms.txt @@ -1,3 +1,3 @@ {{ .Code }} is your {{ template "app.name" }} verification code. -Don't share it with anyone.. +Don't share it with anyone.