Skip to content

Commit

Permalink
remove first_time_subtitle from first-time known-dapp auth modal (#2671)
Browse files Browse the repository at this point in the history
  • Loading branch information
LXIF authored Oct 25, 2024
1 parent ec411b7 commit 47ed39d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/frontend/src/flows/authorize/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

"first_time_title_1": "Securely connect",
"first_time_title_join": "to",
"first_time_subtitle": "Internet Identity uses the secure hardware on your device to connect to hundreds of dapps on the Internet Computer",
"first_time_unknown_subtitle": "Create an Internet Identity to connect to",
"first_time_create": "Securely connect with Internet Identity",
"first_time_create_text": "Create Internet Identity",
Expand Down
1 change: 0 additions & 1 deletion src/frontend/src/flows/authorize/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export const authnTemplateAuthorize = ({
${name} `
)}
${mkChasm({ message: isAltOriginOf(action) ?? strong(origin) })}
<p class="t-lead l-stack">${copy.first_time_subtitle}</p>
</div>
`;

Expand Down

0 comments on commit 47ed39d

Please sign in to comment.