Skip to content

Commit

Permalink
[FIX] Make button text translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Jan 1, 2024
1 parent 69b3535 commit a8a6382
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@

{% bootstrap_form form %}

{% bootstrap_button button_type="submit" content="Submit" %}
{% translate "Submit" as button_text %}
{% bootstrap_button button_type="submit" content=button_text %}

<div class="col-sm-12 aa-intel-form-submitted-info">
<div class="aa-callout aa-callout-info">
Expand Down

0 comments on commit a8a6382

Please sign in to comment.