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