Skip to content

Commit 0f38da0

Browse files
committed
shorten the computing size to computing
1 parent cdd6cc3 commit 0f38da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/main/kotlin/app/cash/backfila/ui/pages/BackfillShowAction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class BackfillShowAction @Inject constructor(
180180
td("hidden py-5 pl-8 pr-0 text-right align-top tabular-nums text-gray-700 sm:table-cell") {
181181
when {
182182
partition.state != BackfillState.RUNNING -> +"-"
183-
!partition.precomputing_done -> +"Computing size..."
183+
!partition.precomputing_done -> +"Computing..."
184184
partition.matching_records_per_minute == null ||
185185
partition.matching_records_per_minute <= 0 -> +"Calculating..."
186186
else -> +"""${partition.matching_records_per_minute} #/m"""

0 commit comments

Comments
 (0)