Fix modal text on username gone error
This commit is contained in:
parent
74097a0efa
commit
64827af27f
3 changed files with 6 additions and 2 deletions
|
@ -281,7 +281,7 @@ export function EditUsernameModalBody({
|
|||
}}
|
||||
>
|
||||
{i18n('icu:ProfileEditor--username--reservation-gone', {
|
||||
username: currentUsername,
|
||||
username: reservation?.username ?? nickname,
|
||||
})}
|
||||
</ConfirmationDialog>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue