fix account migration route
This commit is contained in:
parent
970ad24de9
commit
4179c587bc
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ const Settings = () => {
|
|||
)}
|
||||
|
||||
{features.federating && (features.accountMoving ? (
|
||||
<ListItem label={intl.formatMessage(messages.accountMigration)} to='/settings/migrations' />
|
||||
<ListItem label={intl.formatMessage(messages.accountMigration)} to='/settings/migration' />
|
||||
) : features.accountAliases && (
|
||||
<ListItem label={intl.formatMessage(messages.accountAliases)} to='/settings/aliases' />
|
||||
))}
|
||||
|
|
Loading…
Reference in a new issue