Fix language reference in settings for "Hide"

This commit is contained in:
Cadence Ember 2020-11-21 01:05:47 +13:00
parent 72ee788799
commit 494232849e
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ html
"nitter.1d4.us"
])
+checkbox("remove_trailing_hashtags", ll.remove_trailing_hashtags, ll.hide, false)
+checkbox("remove_trailing_hashtags", ll.remove_trailing_hashtags, ll.t_hide, false)
+checkbox("link_hashtags", ll.link_hashtags, ll.t_clickable, true)