Commit f6d8d033 authored by Eric Rosenbaum's avatar Eric Rosenbaum

update error alert

parent 374e78e8
...@@ -147,8 +147,7 @@ const StudioMemberTile = ({ ...@@ -147,8 +147,7 @@ const StudioMemberTile = ({
.catch(() => { .catch(() => {
setTransferHostModalOpen(false); setTransferHostModalOpen(false);
errorAlert({ errorAlert({
id: 'studio.transfer.alert.somethingWentWrong', id: 'studio.transfer.alert.somethingWentWrong'
values: {name: newHostUsername}
}); });
}); });
}} }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment