The parent route for system_account.settings is wrong
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3580930. -->
Reported by: [avpaderno](https://www.drupal.org/user/55077)
Related to !12
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>In <em>system_account.links.menu.yml</em>, the link is defined by the following lines.</p>
<pre>system_account.settings:<br> title: 'System Account'<br> parent: entity.user.admin_form<br> description: 'Manage the System Account settings.'<br> route_name: system_account.settings<br> weight: 10</pre><p>The parent route is wrong: That is /admin/config/people/accounts. The link should appear on /admin/config, right after the <em>Account settings</em> link.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Change the parent route to user.admin_index.</p>
issue