Skip to content

Commit

Permalink
Merge pull request #49 from kominoshja/main
Browse files Browse the repository at this point in the history
Improve plugin copy
  • Loading branch information
mesutpiskin authored Oct 28, 2024
2 parents 846531e + 75eddc4 commit 8f88ae8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resendCode=Resend Code
emailOtpForm=Please enter the six digit code that was delivered to your email.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resendCode=Tekrar G�nder
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div class="${properties.kcFormGroupClass!}">
<div class="${properties.kcLabelWrapperClass!}">
<label for="emailCode" class="${properties.kcLabelClass!}">${msg("loginOtpOneTime")}</label>
<label for="emailCode" class="${properties.kcLabelClass!}">${msg("emailOtpForm")}</label>
</div>

<div class="${properties.kcInputWrapperClass!}">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
emailCodeSubject={0} access code
emailCodeBody=Access code: {0}.\n\nThis code will expire within {1} seconds.
resendCode=Resend Code
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
emailCodeSubject={0} dogrulama kodu
emailCodeBody=Dogrulama kodunuz: {0}
resendCode=Tekrar Gönder

0 comments on commit 8f88ae8

Please sign in to comment.