Skip to content

Commit 9c4c174

Browse files
committed
docs: update README
1 parent 3a61b03 commit 9c4c174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ Default is to use `alias_attributes`.
163163

164164
The message template for email messages. Must contain `{username}` and `{####}` placeholders, for username and temporary password, respectively.
165165

166-
Default is `"Your username is { username } and your temporary password is ' {####}'"`.
166+
Default is `"Your username is {username} and your temporary password is ' {####}'"`.
167167

168168
- [**`invite_sms_message`**](#var-invite_sms_message): *(Optional `string`)*<a name="var-invite_sms_message"></a>
169169

170170
The message template for SMS messages. Must contain `{username}` and `{####}` placeholders, for username and temporary password, respectively.
171171

172-
Default is `"Your username is { username } and your temporary password is ' {####}'."`.
172+
Default is `"Your username is {username} and your temporary password is ' {####}'."`.
173173

174174
- [**`auto_verified_attributes`**](#var-auto_verified_attributes): *(Optional `set(string)`)*<a name="var-auto_verified_attributes"></a>
175175

@@ -410,7 +410,7 @@ For details please see the [attributes docs].
410410

411411
The email message template for sending a confirmation link to the user, it must contain the `{##Any Text##}` placeholder.
412412

413-
Default is `"Please click the link below to verify your email address.{ ##Verify Email##}."`.
413+
Default is `"Please click the link below to verify your email address.{##Verify Email##}."`.
414414

415415
- [**`email_subject`**](#var-email_subject): *(Optional `string`)*<a name="var-email_subject"></a>
416416

0 commit comments

Comments
 (0)