Skip to content

Commit

Permalink
Merge pull request #68 from ewinslow/discussion-i18n
Browse files Browse the repository at this point in the history
fix(i18n): Address various missing language strings
  • Loading branch information
ewinslow committed Aug 15, 2015
2 parents cca72c5 + 6a3cd7e commit 40e7342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion views/default/discussion/replies.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
));

if ($replies) {
echo '<h3>' . elgg_echo('group:replies') . '</h3>';
echo '<h3>' . elgg_echo('discussion:replies') . '</h3>';
echo $replies;
}

Expand Down

0 comments on commit 40e7342

Please sign in to comment.