Fix consent message in onboarding
This commit is contained in:
		
							parent
							
								
									9d6216e16b
								
							
						
					
					
						commit
						9684585432
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -241,13 +241,14 @@ | |||
|                               </div> | ||||
|                               <div class="step-content has-text-justified"> | ||||
|                                 <div class="box"> | ||||
|                                   <p>I want to contribute resources to the following...</p> | ||||
|                                   <div class="columns"> | ||||
|                                       <div class="column is-4"> | ||||
|                                         <div class="box"> | ||||
|                                           <nav class="level"> | ||||
|                                             <div class="level-left"> | ||||
|                                               <div class="level-item"> | ||||
|                                                 <i class="icon fas fa-book-open" for="networkContributionPlain"></i> <input checked type="checkbox" name="networkContributionPlain"> <label for="networkContributionPlain">Storing plaintext data</label> | ||||
|                                                 <i class="icon fas fa-book-open" for="networkContributionPlain"></i> <input checked type="checkbox" name="networkContributionPlain"> <label for="networkContributionPlain">Sharing and storing plaintext data</label> | ||||
|                                               </div> | ||||
|                                             </div> | ||||
|                                             <div class="level-right"> | ||||
|  | @ -260,7 +261,7 @@ | |||
|                                           <nav class="level"> | ||||
|                                             <div class="level-left"> | ||||
|                                               <div class="level-item"> | ||||
|                                                 <i class="icon fas fa-network-wired" for="networkContribution"></i> <input checked type="checkbox" name="networkContribution"> <label for="networkContribution">Participating in data storage & sharing</label> | ||||
|                                                 <i class="icon fas fa-network-wired" for="networkContribution"></i> <input checked type="checkbox" name="networkContribution"> <label for="networkContribution">Sharing and storing encrypted data</label> | ||||
|                                               </div> | ||||
|                                             </div> | ||||
|                                           </nav> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue