mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
refactor(phrases): improve bring your ui field description
This commit is contained in:
parent
4459924d04
commit
b8e1cb3a8f
2 changed files with 2 additions and 3 deletions
|
@ -6,8 +6,7 @@
|
|||
justify-content: center;
|
||||
border: 1px dashed var(--color-border);
|
||||
border-radius: 8px;
|
||||
padding: _.unit(2);
|
||||
height: 80px;
|
||||
padding: _.unit(5);
|
||||
|
||||
> input {
|
||||
display: none;
|
||||
|
|
|
@ -80,7 +80,7 @@ const sign_in_exp = {
|
|||
'Enter your custom CSS to tailor the styles of anything to your exact specifications. Express your creativity and make your UI stand out.',
|
||||
bring_your_ui_title: 'Bring your UI',
|
||||
bring_your_ui_description:
|
||||
'Upload a compressed package (.zip) and replace the Logto prebuilt UI with your own code. <a>Learn more</a>',
|
||||
'Upload a compressed package (.zip) to replace the Logto prebuilt UI with your own code. <a>Learn more</a>',
|
||||
preview_with_bring_your_ui_description:
|
||||
'Your custom UI assets have been successfully uploaded and are now being served. Consequently, the built-in preview window has been disabled.\nTo test your personalized sign-in UI, click the "Live Preview" button to open it in a new browser tab.',
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue