Skip to content

Commit

Permalink
Update trpcultivate_phenocollect/trpcultivate_phenocollect.module
Browse files Browse the repository at this point in the history
Co-authored-by: Carolyn T Caron <carolyn.caron@usask.ca>
  • Loading branch information
reynoldtan and carolyncaron authored Jan 29, 2025
1 parent eca0689 commit 7310c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trpcultivate_phenocollect/trpcultivate_phenocollect.module
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function trpcultivate_phenocollect_help($route_name, RouteMatchInterface $route_
case 'help.page.trpcultivate_phenocollect':
$output = '';
$output .= '<h3>' . t('About') . '</h3>';
$output .= '<ul><li>' . t('Provides tools to backup and upload phenotypic data while it is being collected in a access controlled environment.') . '</li></ul>';
$output .= '<ul><li>' . t('Provides tools to backup and upload phenotypic data while it is being collected in an access controlled environment.') . '</li></ul>';

return $output;

Expand Down

0 comments on commit 7310c51

Please sign in to comment.