diff --git a/resources/lang/en/questionnaire.php b/resources/lang/en/questionnaire.php index 8f9338a2..5b32b5e3 100644 --- a/resources/lang/en/questionnaire.php +++ b/resources/lang/en/questionnaire.php @@ -16,7 +16,7 @@ 'name_and_date_of_last_contributors' => ':name responded at :date', 'answers_left_to_goal' => ':count answers left to reach our goal', //1002 answers left to reach our goal 'newsletter' => 'Newsletter', - 'learn_about_new_projects' => 'Learn about all our new projects, get updates on active ones and contribute where it is most needed!', + 'learn_about_new_projects' => 'Learn about all our new campaigns, get updates on active ones and contribute where it is most needed!', 'sign_in' => 'Sign in', 'sign_up' => 'Sign up', 'thank_you' => 'Thank you!', @@ -26,7 +26,7 @@ 'by_registering_you' => 'Register as a platform user*:', 'filter_spammers' => 'You’ll see your answers!', 'view_your_contribution' => 'You can see the answers of others.', - 'vote_thumbs_up' => 'You can be informed about the further activities and results of the project.', + 'vote_thumbs_up' => 'You can be informed about the further activities and results of the campaign.', 'no_share_information' => 'We don’t share your information to 3rd parties.', 'during_registration' => 'During registration you are asked for an email and a nickname.', 'already_answered' => 'You have already answered this questionnaire.', @@ -36,12 +36,12 @@ 'give_us_feedback' => 'Give us feedback', 'zero_answers' => 'Zero people have spoken up so far. Be the first!', 'no_recent_activity' => 'No recent activity found', - 'visit_projects_site' => 'Visit project’s site', - 'project_finalized' => 'This project has been finalized.', + 'visit_projects_site' => 'Visit campaign’s site', + 'project_finalized' => 'This campaign has been finalized.', 'no_active_questionnaires' => 'No active questionnaires', 'next_questionnaire' => 'Our next questionnaire is on its way: stay tuned!', 'answer_the_questionnaire' => 'Answer the questionnaire', - 'project_no_active_questionnaire' => 'This project does not have an active questionnaire yet.', + 'project_no_active_questionnaire' => 'This campaign does not have an active questionnaire yet.', 'check_what_other_respondents' => 'Before answering to the questionnaire, you can check what the other respondents have said by clicking', 'here' => 'here', 'select_language' => 'Select language', diff --git a/resources/views/crowdsourcing-project/partials/about.blade.php b/resources/views/crowdsourcing-project/partials/about.blade.php index dbef1479..53652934 100644 --- a/resources/views/crowdsourcing-project/partials/about.blade.php +++ b/resources/views/crowdsourcing-project/partials/about.blade.php @@ -22,7 +22,7 @@ class="h-0 hidden"
diff --git a/resources/views/crowdsourcing-project/partials/external-url.blade.php b/resources/views/crowdsourcing-project/partials/external-url.blade.php index 66fff6d1..8b4c9fde 100644 --- a/resources/views/crowdsourcing-project/partials/external-url.blade.php +++ b/resources/views/crowdsourcing-project/partials/external-url.blade.php @@ -1,7 +1,7 @@ @if($viewModel->projectHasExternalURL()) @endif diff --git a/tests/Feature/Controllers/CrowdSourcingProject/CrowdSourcingProjectControllerTest.php b/tests/Feature/Controllers/CrowdSourcingProject/CrowdSourcingProjectControllerTest.php index 6ece2e50..b54e334a 100644 --- a/tests/Feature/Controllers/CrowdSourcingProject/CrowdSourcingProjectControllerTest.php +++ b/tests/Feature/Controllers/CrowdSourcingProject/CrowdSourcingProjectControllerTest.php @@ -46,7 +46,7 @@ public function guestViewsFinalizedProjectLandingPage() { $response = $this->get(route('project.landing-page', ['locale' => 'en', 'slug' => $project->slug])); $response->assertStatus(200); - $response->assertSee('This project is finalized.