bookend: Add missing i18n tags on bookends.

This commit is contained in:
Tim Abbott 2017-06-05 16:19:47 -07:00
parent b561b19d24
commit 113b64ad4b
1 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
<div class="sub_button_row">
<button class="btn stream_sub_unsub_button btn-default" type="button" name="subscription">
{{#if subscribed}}
Unsubscribe
{{t 'Unsubscribe' }}
{{else}}
Subscribe
{{t 'Subscribe' }}
{{/if}}
</button>
</div>