diff --git a/webapp/messages/en.json b/webapp/messages/en.json index 75f91bad..c9772cfc 100644 --- a/webapp/messages/en.json +++ b/webapp/messages/en.json @@ -380,5 +380,6 @@ "Open_DIDroom_wallet_App": "Open DIDroom wallet App:", "Scan_with_Wallet_App_for_Credential_Retrieval": "Scan with Wallet App for Credential Retrieval", "Use_the_Wallet_app_to_easily_retrieve_your_credential_by_scanning_this_QR_code_": "Use the Wallet app to easily retrieve your credential by scanning this QR code.", - "Help_me": "Help me" + "Help_me": "Help me", + "Second_step": "Second step" } diff --git a/webapp/src/routes/[[lang]]/issuance-flow-[id]/+page.svelte b/webapp/src/routes/[[lang]]/issuance-flow-[id]/+page.svelte index 2cdc83bb..be6ac857 100644 --- a/webapp/src/routes/[[lang]]/issuance-flow-[id]/+page.svelte +++ b/webapp/src/routes/[[lang]]/issuance-flow-[id]/+page.svelte @@ -28,19 +28,19 @@
- - {m.First_step()} + + {m.First_step()} -
+ -
+

{m.Download_DIDroom_Wallet()}

@@ -62,6 +62,7 @@

@@ -74,7 +75,6 @@

{flow.display_name}

-

{flow.organization}

@@ -91,9 +91,6 @@ />

{flow.organization}

- {#if String.isNonEmpty(flow.organization_description)} -

{@html flow.organization_description}

- {/if}
@@ -103,12 +100,12 @@ + {m.Second_step()}

{flow.display_name}

-

{flow.organization}

@@ -129,15 +126,12 @@ />

{flow.organization}

- {#if String.isNonEmpty(flow.organization_description)} -

{@html flow.organization_description}

- {/if}
- +