mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Expiration value typo bug
This commit is contained in:
parent
2d1600d350
commit
cdbee6f4c9
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ pr_tooltips = {
|
|||
|
||||
expiration_values = [
|
||||
(_('1 hour'), 60*60),
|
||||
(_('1 day'), 24*64*64),
|
||||
(_('1 day'), 24*60*60),
|
||||
(_('1 week'), 7*24*60*60),
|
||||
(_('Never'), None)
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue