Updated message from design

This commit is contained in:
Jamie Kyle 2022-12-23 15:58:01 -08:00 committed by Jamie Kyle
parent 023cb8029d
commit 98ffdc2823
2 changed files with 3 additions and 3 deletions

View file

@ -315,7 +315,7 @@ export function ToastManager({
if (toastType === ToastType.UnsupportedMultiAttachment) {
return (
<Toast onClose={hideToast}>
{i18n('cannotSelectMultipleNonImageAttachments')}
{i18n('cannotSelectMultipleFileAttachments')}
</Toast>
);
}