Skip to content

Commit

Permalink
Update src/users.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <[email protected]>
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet and Pytal authored Aug 20, 2024
1 parent 4f96ee0 commit 4364809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const transferGuest = (_event: MouseEvent, user: User): void => {
if (userId === null) {
return
}
showSuccess(t('guests', 'Guest will be converted to regular account soon (as "{userId}")', { userId }))
showSuccess(t('guests', 'Guest will be converted to a regular account with the account name "{userId}" soon', { userId }))
}

spawnDialog(TransferGuestDialog, {
Expand Down

0 comments on commit 4364809

Please sign in to comment.