Resolve "(File Drop Mode) : File sent from the user in file drop mode is not received by another user"
This commit is contained in:
parent
d718ee06b8
commit
48cb13c82b
8 changed files with 68 additions and 18 deletions
|
|
@ -355,6 +355,11 @@ $small-button-height: 36px;
|
|||
right: unset;
|
||||
left: 8px;
|
||||
background: linear-gradient(0deg, #000 0%, #000 100%), #4642f1;
|
||||
&.close {
|
||||
right: 8px;
|
||||
left: unset;
|
||||
background: $hiliteColor !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -386,7 +386,8 @@
|
|||
"sending": "Sending",
|
||||
"files_sent":"1 file sent! | {count} files sent!",
|
||||
"files_sent_with_note":"1 file sent with a note! | {count} files sent with a note!",
|
||||
"return_to_home": "Return to home",
|
||||
"send_more_files": "Send more files",
|
||||
"close": "Close",
|
||||
"files": "Files"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -372,7 +372,6 @@
|
|||
"sending_progress": "Enviando...",
|
||||
"files_sent": "1 arquivo enviado! | {count} arquivos enviados!",
|
||||
"files_sent_with_note": "1 arquivo enviado com uma nota! | {count} arquivos enviados com uma nota!",
|
||||
"return_to_home": "Retornar ao início",
|
||||
"add_a_message": "Adicionar uma mensagem",
|
||||
"sending": "Enviando",
|
||||
"any_file_format_accepted": "Qualquer formato de arquivo é aceito",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue