device label -> device name

pull/25/head legacy/v1.6.0
Pavol Rusnak 7 years ago
parent 4770df8912
commit 723cf295a7
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -602,7 +602,7 @@ void fsm_msgApplySettings(ApplySettings *msg)
CHECK_PIN
if (msg->has_label) {
layoutDialogSwipe(&bmp_icon_question, _("Cancel"), _("Confirm"), NULL, _("Do you really want to"), _("change label to"), msg->label, "?", NULL, NULL);
layoutDialogSwipe(&bmp_icon_question, _("Cancel"), _("Confirm"), NULL, _("Do you really want to"), _("change name to"), msg->label, "?", NULL, NULL);
if (!protectButton(ButtonRequestType_ButtonRequest_ProtectCall, false)) {
fsm_sendFailure(FailureType_Failure_ActionCancelled, NULL);
layoutHome();

Loading…
Cancel
Save