Skip to content

Commit

Permalink
Add FTL strings for title/value of button, add new line at EOF of das…
Browse files Browse the repository at this point in the history
…hboard filter
  • Loading branch information
maxxcrawford committed Jul 8, 2021
1 parent e9e9ec9 commit 8439c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions privaterelay/templates/includes/dashboard-filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
{% else %}
<button
class="blue-btn-states dash-create-new-relay flx al-cntr jst-cntr"
title="Generate new alias"
title="{% ftlmsg 'profile-label-generate-new-alias' %}"
type="submit"
value="Generate new alias"
value="{% ftlmsg 'profile-label-generate-new-alias' %}"
data-event-label="Create New Relay Alias"
>
<span class="generate-new-relay-icon"></span>
Expand All @@ -57,4 +57,4 @@

</form>
</div>
</div>
</div>

0 comments on commit 8439c16

Please sign in to comment.