change word
This commit is contained in:
parent
bd9c7d08d4
commit
d5a9f5867b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class StartView (
|
|||
// we align the button to the bottom center of our header
|
||||
.withAlignmentAround(header, ComponentAlignment.BOTTOM_CENTER)
|
||||
// its text is "Start!"
|
||||
.withText("Start!")
|
||||
.withText("BEGIN!")
|
||||
// we want a box and some shadow around it
|
||||
.withDecorations(box(), shadow())
|
||||
.build()
|
||||
|
|
Loading…
Reference in a new issue