Skip to content

Commit d240422

Browse files
committed
Rename Maximum actions option to Actions history limit. It will be always limited for better UX.
1 parent db7333e commit d240422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/browser/extension/options/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ chrome.runtime.getBackgroundPage( background => {
4949
<Monitors type="bottom" defaultValue={items.bottomMonitor} id="bottomMonitor" onChange={saveOption}/>
5050
</div>
5151
<div className="input">
52-
<span className="caption">Maximum actions:</span>
52+
<span className="caption">Actions history limit:</span>
5353
<input id="maxAge" type="text" defaultValue={items.maxAge} onChange={saveOption}/>
54-
<span className="comment">(autocommit when exceeds, 0 - no limit)</span>
54+
<span className="comment">(the oldest removed once it is reached)</span>
5555
</div>
5656
<div className="input">
5757
<span className="caption">Filter spec. actions:</span>

0 commit comments

Comments
 (0)