| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | <td> |
| 29 | 29 | <input size="40" name="boxzilla_license_key" placeholder="<?php esc_attr_e( 'Enter your license key..', 'boxzilla' ); ?>" value="<?php echo esc_attr( $this->license->key ); ?>" <?php if( $this->license->activated ) { echo 'readonly'; } ?> /> |
| 30 | 30 | <input class="button" type="submit" name="action" value="<?php echo ( $this->license->activated ) ? 'deactivate' : 'activate'; ?>" /> |
| 31 | 31 | <p class="help"> |
| 32 | - <?php echo sprintf( __( 'The license key received when purchasing your premium Boxzilla plan. <a href="%s">You can find it here</a>.', 'boxzilla' ), 'https://platform.boxzillaplugin.com/' ); ?> | |
| 32 | + <?php echo sprintf( __( 'The license key received when purchasing your premium Boxzilla plan. <a href="%s">You can find it here</a>.', 'boxzilla' ), 'https://account.boxzillaplugin.com/' ); ?> | |
| 33 | 33 | </p> |
| 34 | 34 | </td> |
| 35 | 35 | </tr> |
| 36 | 36 | <tr valign="top"> |