diff options
Diffstat (limited to 'src/components/dms/MessagesNUX.tsx')
-rw-r--r-- | src/components/dms/MessagesNUX.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dms/MessagesNUX.tsx b/src/components/dms/MessagesNUX.tsx index 8d3b11fac..9a3425243 100644 --- a/src/components/dms/MessagesNUX.tsx +++ b/src/components/dms/MessagesNUX.tsx @@ -57,7 +57,7 @@ function DialogInner({ const [initialized, setInitialzed] = React.useState(false) const {mutate: updateDeclaration} = useUpdateActorDeclaration({ onError: () => { - Toast.show(_(msg`Failed to update settings`)) + Toast.show(_(msg`Failed to update settings`), 'xmark') }, }) |