mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
storage: improve wording of status message
This commit is contained in:
parent
66fe8ca24c
commit
8645738c77
@ -1668,7 +1668,7 @@ class LeaseCrawler(unittest.TestCase, pollmixin.PollMixin, WebRenderingMixin):
|
||||
self.failUnlessIn("and the whole cycle would probably recover: "
|
||||
"0 shares, 0 buckets (0 mutable / 0 immutable),"
|
||||
" 0 B (0 B / 0 B)", s)
|
||||
self.failUnlessIn("if we were using each lease's default "
|
||||
self.failUnlessIn("if we were strictly using each lease's default "
|
||||
"31-day lease lifetime", s)
|
||||
self.failUnlessIn("this cycle would be expected to recover: ", s)
|
||||
d.addCallback(_check_html_in_cycle)
|
||||
|
@ -212,8 +212,8 @@ class StorageStatus(rend.Page):
|
||||
add("and the whole cycle would probably recover: ",
|
||||
self.format_recovered(ecr, "configured"))
|
||||
|
||||
add("if we were using each lease's default 31-day lease lifetime "
|
||||
"(instead of our configured node), "
|
||||
add("if we were strictly using each lease's default 31-day lease lifetime "
|
||||
"(instead of our configured behavior), "
|
||||
"this cycle would be expected to recover: ",
|
||||
self.format_recovered(ecr, "original"))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user