deposit page: rename button "Get tarted" to "Find Repository"

This commit is contained in:
Alex Martzios 2022-10-03 13:58:03 +03:00
parent 7da81d02b5
commit f0a6ce40a9
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import {FullScreenModalComponent} from '../utils/modal/full-screen-modal/full-sc
Find the appropriate repository to deposit your research.
</div>
<div class="uk-margin-medium-top" uk-scrollspy-class>
<a class="uk-button uk-button-primary uk-text-uppercase" (click)="openFsModal()">Get Started</a>
<a class="uk-button uk-button-primary uk-text-uppercase" (click)="openFsModal()">Find Repository</a>
</div>
</div>
</div>