Skip to content

Commit 06a8ab8

Browse files
authored
Merge pull request #292 from auth0/fix/broken-images-in-customize-text-elements
Update customize-text-elements.mdx
2 parents b5bb74f + e673f19 commit 06a8ab8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

main/docs/customize/login-pages/universal-login/customize-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ The sections below provide details for each available prompt.
901901
<td><code>title</code></td>
902902
</tr>
903903
<tr>
904-
<td>${inviterName} has invited you (${email}) to join \$\{companyName} on \$\{clientName}.</td>
904+
<td>"\$\{inviterName}" has invited you ("\$\{email}") to join "\$\{companyName}" on "\$\{clientName}".</td>
905905
<td><code>description</code></td>
906906
</tr>
907907
<tr>

main/docs/customize/login-pages/universal-login/customize-text-elements.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ The available `prompt` values are:
998998
<td><code>title</code></td>
999999
</tr>
10001000
<tr>
1001-
<td>$\{inviterName} has invited you (${email}) to join \$\{companyName} on \$\{clientName}.</td>
1001+
<td>"\$\{inviterName}" has invited you ("\$\{email}") to join "\$\{companyName}" on "\$\{clientName}".</td>
10021002
<td><code>description</code></td>
10031003
</tr>
10041004
<tr>
@@ -5268,7 +5268,7 @@ The available `prompt` values are:
52685268
52695269
## Screen: phone-identifier-challenge
52705270
5271-
<Frame>![phone-identifier-challenge reference screenshot](https://cdn2.auth0.com/docs/1.14516.0/media/articles/universal-login/text-customization/phone-identifier-challenge.png)</Frame>
5271+
<Frame>![phone-identifier-challenge reference screenshot](/docs/images/cdy7uua7fh8z/CustomizeULTemplate/phone-identifier-challenge.png)</Frame>
52725272
52735273
<table class="table"><thead>
52745274
<tr>
@@ -5390,11 +5390,11 @@ The available `prompt` values are:
53905390
53915391
</Accordion>
53925392
5393-
<Accordion title="phone-enrollment">
5393+
<Accordion title="phone-identifier-enrollment">
53945394
53955395
## Screen: phone-identifier-enrollment
53965396
5397-
<Frame>![phone-identifier-enrollment reference screenshot](https://cdn2.auth0.com/docs/1.14516.0/media/articles/universal-login/text-customization/phone-identifier-enrollment.png)</Frame>
5397+
<Frame>![phone-identifier-enrollment reference screenshot](/docs/images/cdy7uua7fh8z/CustomizeULTemplate/Phone-identifier-enrollment.png)</Frame>
53985398
53995399
<table class="table"><thead>
54005400
<tr>
@@ -6223,4 +6223,4 @@ Some screens have variables in the text that are replaced at runtime based on co
62236223
62246224
* [Universal Login Experience](/docs/authenticate/login/auth0-universal-login/universal-login-vs-classic-login/universal-experience)
62256225
* [Universal Login Internationalization](/docs/customize/internationalization-and-localization/universal-login-internationalization)
6226-
* [Customize Universal Login Page Templates](/docs/customize/login-pages/universal-login/customize-templates)
6226+
* [Customize Universal Login Page Templates](/docs/customize/login-pages/universal-login/customize-templates)

0 commit comments

Comments
 (0)