mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Usernames: Create/update/delete in profile editor
This commit is contained in:
@@ -23,8 +23,7 @@ export const ToastFileSize = ({
|
||||
}: PropsType): JSX.Element => {
|
||||
return (
|
||||
<Toast onClose={onClose}>
|
||||
{i18n('fileSizeWarning')}
|
||||
{limit}
|
||||
{i18n('fileSizeWarning')} {limit}
|
||||
{units}
|
||||
</Toast>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user