Skip to content

Commit c2b53c0

Browse files
authored
Fixed translation for share button (#137)
no refs. - The translation was missing for native share buttons
1 parent 25fd92f commit c2b53c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

post.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</div>
4343
</div>
4444
<a href="#/share" class="gh-button gh-button-share">
45-
Share
45+
{{t "Share"}}
4646
</a>
4747
</div>
4848
{{/if}}

0 commit comments

Comments
 (0)