@@ -174,10 +174,12 @@ impl UiState {
174174 ( n)
175175 }
176176 div . "o-unlockScreen__header" {
177- h4 { "Unlock Rostra account" }
178- p { "Provide existing RostraId, secret passphrase or both to unlock your identity." }
179- p { "Use Random button to generate new identity." }
180- p { "Make sure to save your identity information." }
177+ h4 { "Login to Rostra" }
178+ p { "Provide existing RostraID (public key) only to log in in read-only mode," }
179+ p { "or Rostra secret passphrase to log in normally." }
180+ p {
181+ "Create Account to generate new RostraId/account. Saved it in the password manager."
182+ }
181183 }
182184 div. "o-unlockScreen__idLine" {
183185 input . "o-unlockScreen__id"
@@ -192,7 +194,7 @@ impl UiState {
192194 type ="submit"
193195 {
194196 span . "o-unlockScreen__unlockButtonIcon u-buttonIcon" width="1rem" height="1rem" { }
195- "Unlock "
197+ "Login "
196198 }
197199 }
198200 div. "o-unlockScreen__mnemonicLine" {
@@ -212,10 +214,10 @@ impl UiState {
212214 document.querySelector('.o-unlockScreen__mnemonic').value = '';
213215 "#
214216 )
215- title="Clear the mnemonic to unlock in a read-only mode"
217+ title="Clear the mnemonic to login in read-only mode"
216218 {
217219 span . "o-unlockScreen__roButtonIcon u-buttonIcon" width="1rem" height="1rem" { }
218- "Read-only "
220+ "Clear secret "
219221 }
220222 }
221223 div. "o-unlockScreen__unlockLine" {
@@ -228,10 +230,10 @@ impl UiState {
228230 document.querySelector('.o-unlockScreen__mnemonic').value = '{}';
229231 "# , random_rostra_id, random_mnemonic)
230232 )
231- title="Generate a random account."
233+ title="Create a new Rostra account. Make sure to save the generated secret passphrase ."
232234 {
233235 span . "o-unlockScreen__generateButtonIcon u-buttonIcon" width="1rem" height="1rem" { }
234- "Random "
236+ "Create Account "
235237 }
236238 }
237239 }
0 commit comments