mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 19:57:15 +00:00
chore: i18n front end JSON based updates
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
|
||||
</v-select>-->
|
||||
|
||||
<!-- Create Project -->
|
||||
<div class="text-center">
|
||||
<v-btn
|
||||
:loading="loading"
|
||||
@@ -54,7 +55,7 @@
|
||||
color="primary"
|
||||
@click="createProject"
|
||||
>
|
||||
Create Project
|
||||
{{ $t('activity.createProject') }}
|
||||
</v-btn>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user