diff options
author | Max Kostikov <max@kostikov.co> | 2019-05-05 14:14:07 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-05-05 14:14:07 +0200 |
commit | 6cd968b53bc12ccc2125f062e42851bf1e501efe (patch) | |
tree | 0a39e2ebcc093c9e0ede4c364384cb1d5e25949f /view/tpl/js_strings.tpl | |
parent | 2aa76d257ccd29144234408563c46d5af10a83c0 (diff) | |
download | volse-hubzilla-6cd968b53bc12ccc2125f062e42851bf1e501efe.tar.gz volse-hubzilla-6cd968b53bc12ccc2125f062e42851bf1e501efe.tar.bz2 volse-hubzilla-6cd968b53bc12ccc2125f062e42851bf1e501efe.zip |
Add arrows to scroll between related comments
Diffstat (limited to 'view/tpl/js_strings.tpl')
-rwxr-xr-x | view/tpl/js_strings.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index f7425ba98..0a9cf9519 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -33,6 +33,7 @@ 'name_empty' : "{{$name_empty}}", 'name_ok1' : "{{$name_ok1}}", 'name_ok2' : "{{$name_ok2}}", + 'to_reply' : "{{$to_reply}}", 'plural_func' : "{{$plural_func}}", |