confusing wording

This commit is contained in:
codl 2017-08-04 00:30:08 +02:00
parent 9c84cb399e
commit 9dc45934cc
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<input type=number name=policy_keep_latest min=0 step=1 style='max-width:8ch' value={{g.viewer.account.policy_keep_latest}}>
posts are considered fresh
</p>
<p>Posts that you have given a like to stay fresh forever
<p>Posts that you have liked / favourited will stay fresh forever
<div style='display:inline-block'>
<label><input type=radio name=policy_keep_favourites value=true {{ "checked" if g.viewer.account.policy_keep_favourites }}> Yes</label>
<label><input type=radio name=policy_keep_favourites value=false {{ "checked" if not g.viewer.account.policy_keep_favourites }}> No</label>