diff options
author | Max Kostikov <max@kostikov.co> | 2019-12-01 13:56:52 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-12-01 13:56:52 +0100 |
commit | e8560d56f5c18b0c6cec07155e11ea8d387f9477 (patch) | |
tree | a0a91aa8830c47d538ca0d5047ecaa035e3e7ac5 /view/tpl | |
parent | 3a937fb96950f378fae8ad378dcadd54da8b5fb9 (diff) | |
download | volse-hubzilla-e8560d56f5c18b0c6cec07155e11ea8d387f9477.tar.gz volse-hubzilla-e8560d56f5c18b0c6cec07155e11ea8d387f9477.tar.bz2 volse-hubzilla-e8560d56f5c18b0c6cec07155e11ea8d387f9477.zip |
Add pinned items strings
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/js_strings.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index 440676dee..872ff73eb 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -34,6 +34,9 @@ 'name_ok1' : "{{$name_ok1}}", 'name_ok2' : "{{$name_ok2}}", 'to_reply' : "{{$to_reply}}", + 'pinned' : "{{$pinned}}", + 'pin_item' : "{{$pin_item}}", + 'unpin_item' : "{{$unpin_item}}", 'plural_func' : "{{$plural_func}}", |