Skip to content

Commit

Permalink
Add notes for the "Take it" translation
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Feb 24, 2021
1 parent 26009df commit 916429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/home/themes.twig
Expand Up @@ -9,7 +9,7 @@
<h5 class="card-title">{{ theme.name }} <small>({{ theme.version }})</small></h5>
</div>
<div class="card-footer">
<button type="submit" class="btn btn-primary" name="set_theme" value="{{ theme.id }}">{% trans 'Take it' %}</button>
<button type="submit" class="btn btn-primary" name="set_theme" value="{{ theme.id }}">{% trans %}Take it{% notes %}Choose the theme button in the themes list modal{% endtrans %}</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 916429d

Please sign in to comment.