mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
change upload to add
This commit is contained in:
@ -108,7 +108,7 @@ const DashboardPage: NextPageWithLayout = (props: any) => {
|
|||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
<span className="mt-2 block text-sm font-medium text-neon">
|
<span className="mt-2 block text-sm font-medium text-neon">
|
||||||
Upload a new PDF document
|
Add a new PDF document
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -415,7 +415,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => {
|
|||||||
document?.getElementById("fileUploadHelper")?.click();
|
document?.getElementById("fileUploadHelper")?.click();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Upload Document
|
Add Document
|
||||||
</Button>
|
</Button>
|
||||||
<input
|
<input
|
||||||
id="fileUploadHelper"
|
id="fileUploadHelper"
|
||||||
|
|||||||
Reference in New Issue
Block a user