(BB10) Change Cascades labels

This commit is contained in:
twinaphex 2015-01-05 02:06:00 +01:00
parent f39157e39a
commit 74698f73bf

View File

@ -8,23 +8,23 @@ Page
options: [
Option {
id: p1
text: "Player 1"
text: "User 1"
value: 0
selected: true
},
Option {
id: p2
text: "Player 2"
text: "User 2"
value: 1
},
Option {
id: p3
text: "Player 3"
text: "User 3"
value: 2
},
Option {
id: p4
text: "Player 4"
text: "User 4"
value: 3
}
]
@ -153,4 +153,4 @@ Page
}
}
}
}
}