Skip to content

Commit

Permalink
Update components/factory/modals/TransferModal.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Félix C. Morency <[email protected]>
  • Loading branch information
fmorency and coderabbitai[bot] authored Dec 11, 2024
1 parent 3586c87 commit 6de67b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/factory/modals/TransferModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function TransferModal({
});
} catch (error) {
console.error('Error during transaction setup:', error);
let errorMessage = 'An unknown error occurred while adding the endpoint.';
let errorMessage = 'An unknown error occurred while transferring ownership.';

if (error instanceof Error) {
if (error.message.includes('unauthorized account')) {
Expand Down

0 comments on commit 6de67b0

Please sign in to comment.