Skip to content

Commit

Permalink
Merge pull request #42 from ahghatol/patch-1
Browse files Browse the repository at this point in the history
Issue #SB-3853 chore: Update - OTP input label on forgot password screen
  • Loading branch information
bvinayakumar authored Nov 30, 2018
2 parents b7cc461 + 58721f2 commit 7d561f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak/sms-provider/templates/sms-validation.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="${properties.kcFormGroupClass!}">
<div class="field">
<div class="${properties.kcLabelWrapperClass!}">
<lable for="totp" class="${properties.kcLabelClass!}">Enter the code we sent to your device</label>
<lable for="totp" class="${properties.kcLabelClass!}">Please enter the OTP that has been sent to you</label>
</div>
<div class="${properties.kcInputWrapperClass!}">
<input id="totp" name="smsCode" type="text" class="${properties.kcInputClass!}" />
Expand Down

0 comments on commit 7d561f4

Please sign in to comment.