Revert "blind sign" wording (#203)

* Rollback wording changes of contract data to blind signing

* Update tests
This commit is contained in:
Jean P
2021-10-06 12:02:46 +02:00
committed by GitHub
parent c8b5ad4af6
commit 53599fb81c
14 changed files with 9 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ UX_STEP_CB(
bnnn_paging,
switch_settings_blind_signing(),
{
.title = "Blind signing",
.title = "Contract data",
.text = strings.common.fullAddress,
});
@@ -85,9 +85,9 @@ UX_STEP_CB(
bnnn,
switch_settings_blind_signing(),
{
"Blind signing",
"Enable transaction",
"blind signing",
"Contract data",
"Allow contract data",
"in transactions",
strings.common.fullAddress,
});
@@ -169,7 +169,7 @@ UX_STEP_CB(
ui_idle(),
{
"Error",
"Blind signing must be enabled in Settings",
"Contract data must be enabled in Settings",
});
#elif defined(TARGET_NANOX)
UX_STEP_CB(
@@ -178,7 +178,7 @@ UX_STEP_CB(
ui_idle(),
{
&C_icon_crossmark,
"Blind signing must be",
"Contract data must be",
"enabled in Settings",
});
#endif

View File

@@ -191,8 +191,8 @@ UX_STEP_NOCB(ux_approval_blind_signing_warning_step,
pbb,
{
&C_icon_warning,
"Blind",
"Signing",
"Data",
"Present",
});
// clang-format on

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 B

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 639 B

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 631 B

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 B

After

Width:  |  Height:  |  Size: 510 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 B

After

Width:  |  Height:  |  Size: 600 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1016 B

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 903 B

After

Width:  |  Height:  |  Size: 891 B

View File

@@ -18,7 +18,7 @@ test('[Nano S] Try to blind sign with setting disabled', zemu("nanos", async (si
await Zemu.sleep(1000);
await waitForAppScreen(sim);
await sim.navigateAndCompareSnapshots('.', 'nanos_try_to_blind_sign_with_setting_disabled', [1, 0]);
await sim.navigateAndCompareSnapshots('.', 'nanos_try_to_blind_sign_with_setting_disabled', [2, 0]);
}));
test('[Nano X] Try to blind sign with setting disabled', zemu("nanox", async (sim, eth) => {