···80 <form onsubmit="{signPlcOperation}">
81 {#if !done}
82 <div>
83- <h2>Please enter your PLC Token you received in an email</h2>
84 <div class="form-group">
85 <label for="plc-token">PLC Token:</label>
86 <input type="text" id="plc-token" name="plc-token" bind:value={plcToken} required>
87 </div>
88- <p style="text-align: left">You can now select to add a new Rotation Key during migration and sign up
89- for PDS MOOver's free backup service. With a Rotation Key and backups if your new PDS ever goes down
90- you can recover your account and it's data.</p>
091 <div class="form-group">
92 <label for="rotation-key" class="moove-checkbox-label">
93 <input bind:checked={createANewRotationKey} type="checkbox" id="rotation-key"
···165166 {#if done}
167 <div class="status-message">Congratulations! You have MOOved to a new PDS! Remember to use
168- your new PDS URL under "Hosting provider" when logging in on Bluesky. Can find more detail information
169 <a href={resolve('/info#cant-login')}>here.</a></div>
170 {:else }
171 <div>
···175176177 </form>
178-</div>
···80 <form onsubmit="{signPlcOperation}">
81 {#if !done}
82 <div>
83+ <h2>Please check your email attached to your previous account for a PLC token to enter below</h2>
84 <div class="form-group">
85 <label for="plc-token">PLC Token:</label>
86 <input type="text" id="plc-token" name="plc-token" bind:value={plcToken} required>
87 </div>
88+ <p style="text-align: left">
89+ 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.
90+ With a Rotation Key and backups if your new PDS ever goes down
91+ you can recover your account and it's data. This is not required but highly recommended.</p>
92 <div class="form-group">
93 <label for="rotation-key" class="moove-checkbox-label">
94 <input bind:checked={createANewRotationKey} type="checkbox" id="rotation-key"
···166167 {#if done}
168 <div class="status-message">Congratulations! You have MOOved to a new PDS! Remember to use
169+ 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
170 <a href={resolve('/info#cant-login')}>here.</a></div>
171 {:else }
172 <div>
···176177178 </form>
179+</div>