Easier naming scheme
This commit is contained in:
parent
bae7928ac4
commit
1644b4c648
1 changed files with 2 additions and 2 deletions
|
@ -153,11 +153,11 @@ void FP_Scene_Enter_View(void* context) {
|
||||||
);
|
);
|
||||||
dialog_ex_set_left_button_text(
|
dialog_ex_set_left_button_text(
|
||||||
app->dialog,
|
app->dialog,
|
||||||
"Pass"
|
"Show"
|
||||||
);
|
);
|
||||||
dialog_ex_set_center_button_text(
|
dialog_ex_set_center_button_text(
|
||||||
app->dialog,
|
app->dialog,
|
||||||
"BadUSB"
|
"Send"
|
||||||
);
|
);
|
||||||
|
|
||||||
// Left & Right
|
// Left & Right
|
||||||
|
|
Loading…
Reference in a new issue