Correct keyboard types (#1002)
This commit is contained in:
parent
738f146896
commit
004b87ebd1
|
@ -809,6 +809,7 @@ var send = {
|
|||
color: "#5fc48d",
|
||||
title: I18n.t('send_title'),
|
||||
description: I18n.t('send_description'),
|
||||
sequentialParams: true,
|
||||
params: [{
|
||||
name: "amount",
|
||||
type: status.types.NUMBER
|
||||
|
@ -890,6 +891,7 @@ status.command({
|
|||
color: "#5fc48d",
|
||||
title: I18n.t('request_title'),
|
||||
description: I18n.t('request_description'),
|
||||
sequentialParams: true,
|
||||
params: [{
|
||||
name: "amount",
|
||||
type: status.types.NUMBER
|
||||
|
|
|
@ -1852,6 +1852,7 @@ status.response({
|
|||
name: "confirmation-code",
|
||||
color: "#7099e6",
|
||||
description: I18n.t('confirm_description'),
|
||||
sequentialParams: true,
|
||||
params: [{
|
||||
name: "code",
|
||||
type: status.types.NUMBER
|
||||
|
|
Loading…
Reference in New Issue