mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 18:33:59 +01:00
add csv label
This commit is contained in:
parent
9956d254f4
commit
dfd8cfc32a
|
@ -10,7 +10,7 @@ const ExportPrompt = () => {
|
|||
return (
|
||||
<div className='mt-4'>
|
||||
<div className='block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300'>
|
||||
{t('export')}
|
||||
{t('export')} (CSV)
|
||||
</div>
|
||||
<button
|
||||
className='btn btn-small btn-primary'
|
||||
|
|
|
@ -53,7 +53,7 @@ const ImportPrompt = () => {
|
|||
return (
|
||||
<div>
|
||||
<label className='block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300'>
|
||||
{t('import')}
|
||||
{t('import')} (CSV)
|
||||
</label>
|
||||
<input
|
||||
className='w-full text-sm file:p-2 text-gray-800 file:text-gray-700 dark:text-gray-300 dark:file:text-gray-200 rounded-md cursor-pointer focus:outline-none bg-gray-50 file:bg-gray-100 dark:bg-gray-800 dark:file:bg-gray-700 file:border-0 border border-gray-300 dark:border-gray-600 placeholder-gray-900 dark:placeholder-gray-300 file:cursor-pointer'
|
||||
|
|
Loading…
Reference in a new issue