Fix #1420 Fix wording

This commit is contained in:
Nicolas Le Goff
2013-09-02 17:02:30 +02:00
parent 483f14dfe5
commit 6144f096ef

View File

@@ -38,7 +38,7 @@
{% endfor %}
</select>
<div class="form-actions">
<button class="btn btn-primary" type="submit">{% trans %}Save changes{% endtrans %}</button>
<button class="btn btn-primary" type="submit">{% trans 'boutton::valider' %}</button>
<a href="{{ path('users_display_import_file') }}" target="right" class="btn">{% trans %}Cancel{% endtrans %}</a>
</div>
</form>