diff options
author | M. Dent <dentm42@gmail.com> | 2019-12-04 03:44:25 +0100 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2019-12-04 03:44:25 +0100 |
commit | b48a9d3f7511bcb7a1b5d5dcec06f170b0f6ac9d (patch) | |
tree | 2c18404f4315d46c8d01fd0f8899062a4f9e50d6 /view/tpl/js_strings.tpl | |
parent | c1aa96ebf70fd5b6426d96bf7d7e771dfc4ca9ab (diff) | |
parent | 21b398252aaf28d9ff8045fbe3e9fcb162a6f447 (diff) | |
download | volse-hubzilla-b48a9d3f7511bcb7a1b5d5dcec06f170b0f6ac9d.tar.gz volse-hubzilla-b48a9d3f7511bcb7a1b5d5dcec06f170b0f6ac9d.tar.bz2 volse-hubzilla-b48a9d3f7511bcb7a1b5d5dcec06f170b0f6ac9d.zip |
Merge branch 'dev' into 'dev'
Add content pinning support
See merge request hubzilla/core!1794
Diffstat (limited to 'view/tpl/js_strings.tpl')
-rwxr-xr-x | view/tpl/js_strings.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index 440676dee..58426e20c 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -33,7 +33,10 @@ 'name_empty' : "{{$name_empty}}", 'name_ok1' : "{{$name_ok1}}", 'name_ok2' : "{{$name_ok2}}", - 'to_reply' : "{{$to_reply}}", + 'to_reply' : "{{$to_reply}}", + 'pinned' : "{{$pinned}}", + 'pin_item' : "{{$pin_item}}", + 'unpin_item' : "{{$unpin_item}}", 'plural_func' : "{{$plural_func}}", |