···168168 <button type="button" @click="toggleAdvanceMenu()" id="advance" name="advance">Advance Options
169169 </button>
170170 </div>
171171- <div x-show="showAdvance" class="section">
172172- <span>Pick and choose which actions to run</span>
171171+ <div x-show="showAdvance" class="section" style="padding-bottom: 10px;">
172172+ <h3>Pick and choose which actions to run</h3>
173173+ <p>Useful if a migration failed and you want to have a bit more manual control</p>
173174 <div class="form-control">
174175 <label>
175176 <input type="checkbox" id="createNewAccount" name="createNewAccount" x-model="createNewAccount">
176176- Create New Account
177177+ Create a New Account on the New PDS
177178 </label>
178179 </div>
179180 <div class="form-control">