rephrase "estimated" time.
This commit is contained in:
parent
750d77c31c
commit
5a24f48c15
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@
|
||||||
</form>
|
</form>
|
||||||
<#else>
|
<#else>
|
||||||
<h3>The search index is currently being ${currentTask}.</h3>
|
<h3>The search index is currently being ${currentTask}.</h3>
|
||||||
<p>since ${since?string("hh:mm:ss a, MMMM dd, yyyy")}, elapsed time ${elapsed}, expected total time ${expected}</p>
|
<p>since ${since?string("hh:mm:ss a, MMMM dd, yyyy")}, elapsed time ${elapsed}, estimated total time ${expected}</p>
|
||||||
<p>Completed ${completedCount} out of ${totalToDo} index records.</p>
|
<p>Completed ${completedCount} out of ${totalToDo} index records.</p>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue