diff --git a/database/factories/OrganizationFactory.php b/database/factories/OrganizationFactory.php index e7101188..1312f516 100644 --- a/database/factories/OrganizationFactory.php +++ b/database/factories/OrganizationFactory.php @@ -111,7 +111,7 @@ public function configure(): static $projects = Project::factory() ->for($organization) - ->count(1) + ->count(10) ->hasAttached( Volunteer::factory() ->count(17), diff --git a/lang/ro.json b/lang/ro.json index e9c92e3b..0e261b07 100644 --- a/lang/ro.json +++ b/lang/ro.json @@ -190,7 +190,7 @@ "project_ends": "Se incheie in", "project_ending_soon": "Se încheie curând", "project_starting_soon": "Se deschide in curând", - "project_active": "Proiect activ", + "project_active": "Proiect deschis", "days": "zile", "donate_to_project": "Donează către proiectul", "donate_form_intro": "Completează datele de mai jos pentru a face donația", diff --git a/resources/js/Components/cards/ProjectCard.vue b/resources/js/Components/cards/ProjectCard.vue index bd0c8562..f403304d 100644 --- a/resources/js/Components/cards/ProjectCard.vue +++ b/resources/js/Components/cards/ProjectCard.vue @@ -20,9 +20,8 @@ /> - @@ -37,6 +36,10 @@ :label="$t('project_active')" icon="clock" /> + + + +