···8080 <form onsubmit="{signPlcOperation}">
8181 {#if !done}
8282 <div>
8383- <h2>Please enter your PLC Token you received in an email</h2>
8383+ <h2>Please check your email attached to your previous account for a PLC token to enter below</h2>
8484 <div class="form-group">
8585 <label for="plc-token">PLC Token:</label>
8686 <input type="text" id="plc-token" name="plc-token" bind:value={plcToken} required>
8787 </div>
8888- <p style="text-align: left">You can now select to add a new Rotation Key during migration and sign up
8989- for PDS MOOver's free backup service. With a Rotation Key and backups if your new PDS ever goes down
9090- you can recover your account and it's data.</p>
8888+ <p style="text-align: left">
8989+ Please check the boxes below if you would like to add a Rotation Key to your account and to sign up for PDS MOOver's free backup service.
9090+ With a Rotation Key and backups if your new PDS ever goes down
9191+ you can recover your account and it's data. This is not required but highly recommended.</p>
9192 <div class="form-group">
9293 <label for="rotation-key" class="moove-checkbox-label">
9394 <input bind:checked={createANewRotationKey} type="checkbox" id="rotation-key"
···165166166167 {#if done}
167168 <div class="status-message">Congratulations! You have MOOved to a new PDS! Remember to use
168168- your new PDS URL under "Hosting provider" when logging in on Bluesky. Can find more detail information
169169+ your new PDS URL under "Hosting provider" when logging in on Bluesky. If you cannot login or see "Your account is deactivated" please follow the directions here
169170 <a href={resolve('/info#cant-login')}>here.</a></div>
170171 {:else }
171172 <div>
···175176176177177178 </form>
178178-</div>179179+</div>