Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit fe76cde

Browse files
committed
UI tweak
1 parent 5d5c98d commit fe76cde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/src/app/services/generator.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export class GeneratorService {
4848
value: currentGeneration.seeds.length,
4949
label: (currentGeneration.seeds.length + 1) + ' / ' + currentGeneration.total + ':'
5050
});
51-
this.progressService.setMessage('Generating world...');
5251
this.progressService.setProgressBars(currentProgressBars);
5352

5453
this.currentGeneration$.next(currentGeneration);
@@ -100,7 +99,7 @@ export class GeneratorService {
10099
});
101100

102101
this.progressService.setTitle('Generating Seed');
103-
this.progressService.setMessage('Starting generator.');
102+
this.progressService.setMessage('Generating world...');
104103
this.progressService.setProgressBars([
105104
{
106105
total: generationCount,

0 commit comments

Comments
 (0)