Skip to content

Commit 53eb478

Browse files
authored
Update smalltalk.view
1 parent 33e148b commit 53eb478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/smalltalk.view

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457

458458
var post_timer = new Timer(.2, function(){
459459
if(i++<200){
460-
$("#text").text(user+' post '+i);
460+
$("#text").text(user+' posts '+i);
461461
$("#sender").submit();
462462
}
463463
else this.complete();

0 commit comments

Comments
 (0)