Skip to content

Commit

Permalink
Corrected link to registration
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilReedData committed Aug 1, 2024
1 parent 2097f95 commit 07d9c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/about/learning_paths.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div id="training_material" class="even-about-block">
<h3>Training material</h3>
<h4>Registering training materials</h4>
<%== t 'register.learning_paths.training_material' %>
<%== t('register.learning_paths.training_material', registering_resources_path: registering_resources_path) %>
</div>

<!-- LEARNING PATH TOPICS -->
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ en:
[email protected] to request permission.</p>
<p>The three steps to register a learning path are described in full detail below.</p>
training_material: >
<p>To <%== t('register training materials follow the instructions here', registering_resources_path: registering_resources_path) %>.
<p>To <a href='%{registering_resources_path}'>register training materials follow the instructions here</a>.
If your training material is already registered, skip this step.
Each material can be assigned a competency level (beginner, intermediate, advanced).</p>
creating_topics: >
Expand Down

0 comments on commit 07d9c78

Please sign in to comment.