Updated message for attaching multiple non-image files
This commit is contained in:
parent
41d144bc98
commit
023cb8029d
2 changed files with 5 additions and 1 deletions
|
@ -315,7 +315,7 @@ export function ToastManager({
|
|||
if (toastType === ToastType.UnsupportedMultiAttachment) {
|
||||
return (
|
||||
<Toast onClose={hideToast}>
|
||||
{i18n('cannotSelectPhotosAndVideosAlongWithFiles')}
|
||||
{i18n('cannotSelectMultipleNonImageAttachments')}
|
||||
</Toast>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue