Skip to content

Commit

Permalink
update campaigns
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Sep 30, 2024
1 parent 72fad90 commit 2b4ffac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Enums/CommunityActivity/Campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ enum Campaign: string
case LOCAL = 'local';
case ACTIVITY = 'activity';
case INTERVENTION = 'intervention';
case SCREENING = 'screening';
case EPIDEM_TRIAGE = 'epidem_triage';

protected function labelKeyPrefix(): ?string
{
Expand Down
2 changes: 2 additions & 0 deletions lang/ro/community_activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
'local' => 'Campanie locală',
'activity' => 'Activitate fizică și nutriție',
'intervention' => 'Intervenție scurtă în comunitățile vulnerabile',
'screening' => 'Anunțare pentru screening populațional',
'epidem_triage' => 'Triaj epidemiologic',
],

'administrative' => [
Expand Down

0 comments on commit 2b4ffac

Please sign in to comment.