From 322a6cf2bf5ee719a59cb7e0ad5c3911829b1cf1 Mon Sep 17 00:00:00 2001 From: Lupu Gheorghe Date: Mon, 16 Oct 2023 15:21:50 +0300 Subject: [PATCH] fix project status --- database/factories/OrganizationFactory.php | 2 +- lang/ro.json | 2 +- resources/js/Components/cards/ProjectCard.vue | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) 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" /> + + + +