Skip to content
Snippets Groups Projects
Commit 88f2e2d8 authored by jaapjansma's avatar jaapjansma
Browse files

Merge branch 'Fist_one_by_activity_id' into 'master'

Fixes funny spelling mistake: Fist one by activity id

See merge request !107
parents 65bee4a0 7c96c15f
No related branches found
No related tags found
1 merge request!107Fixes funny spelling mistake: Fist one by activity id
......@@ -131,7 +131,7 @@ class ActivitySource extends AbstractCivicrmEntitySource {
'max_modified_date' => E::ts('Last one by modified date'),
'min_modified_date' => E::ts('First one by modified date'),
'max_id' => E::ts('Last one by activity id'),
'min_id' => E::ts('Fist one by activity id'),
'min_id' => E::ts('First one by activity id'),
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment