|
867 | 867 | #define C__PIN_ALREADY_USED_DO_YOU_WANT_TO_OVERWRITE_IT 412 |
868 | 868 | // PIN already used! Please try a different one |
869 | 869 | #define C__PIN_ALREADY_USED_PLEASE_TRY_A_DIFFERENT_ONE 413 |
870 | | -// Before start, verify your Standard Wallet PIN |
871 | | -#define C__BEFORE_START_VERIFY_YOUR_TANDARD_WALLET_PIN 414 |
872 | 870 | // TRON Energy Rental |
873 | | -#define T_ENERGY_RENTAL 415 |
| 871 | +#define T_ENERGY_RENTAL 414 |
874 | 872 | // Recipient is a known energy rental service provider address. |
875 | | -#define I_ENERGY_RENTAL 416 |
| 873 | +#define I_ENERGY_RENTAL 415 |
876 | 874 | // Confirm Phrase |
877 | | -#define T__CONFIRM_PHRASE 417 |
| 875 | +#define T__CONFIRM_PHRASE 416 |
878 | 876 | // Save Passphrase |
879 | | -#define T__SAVE_PASSPHRASE 418 |
| 877 | +#define T__SAVE_PASSPHRASE 417 |
880 | 878 | // Remove PIN |
881 | | -#define T__REMOVE_PIN 419 |
| 879 | +#define T__REMOVE_PIN 418 |
882 | 880 | // Management Security Key |
883 | | -#define M__MANAGEMENT_SECURITY_KEY 420 |
| 881 | +#define M__MANAGEMENT_SECURITY_KEY 419 |
884 | 882 | // Incorrect PIN! The PIN you entered is incorrect |
885 | | -#define C__INCORRECT_PIN_THE_PIN_YOU_ENTERED_IS_INCORRECT 421 |
| 883 | +#define C__INCORRECT_PIN_THE_PIN_YOU_ENTERED_IS_INCORRECT 420 |
886 | 884 | // Lock the screen? |
887 | | -#define C__LOCK_THE_SCREEN 422 |
| 885 | +#define C__LOCK_THE_SCREEN 421 |
888 | 886 | // Confirm Typed Data |
889 | | -#define T_CONFIRM_TYPED_DATA 423 |
| 887 | +#define T_CONFIRM_TYPED_DATA 422 |
890 | 888 | // {} authorization. Check dApp trust first. |
891 | | -#define I_TYPED_DATA_AUTHORIZATION_WARNING 424 |
| 889 | +#define I_TYPED_DATA_AUTHORIZATION_WARNING 423 |
892 | 890 | // Review Struct |
893 | | -#define I_REVIEW_STRUCT 425 |
| 891 | +#define I_REVIEW_STRUCT 424 |
894 | 892 | // Tips: Press “ ” both at once to switch case / numbers / symbols. |
895 | | -#define C__TIPS_PRESS_BOTH_AT_ONCE_TO_SWITCH_CASE_NUMBERS_SYMBOLS 426 |
| 893 | +#define C__TIPS_PRESS_BOTH_AT_ONCE_TO_SWITCH_CASE_NUMBERS_SYMBOLS 425 |
| 894 | +// Safe Transaction |
| 895 | +#define T_CONFIRM_SAFE_TX 426 |
| 896 | +// Delegatecall may let external code affect your wallet. |
| 897 | +#define I_SAFE_DELEGATE_WARNING 427 |
| 898 | +// View execTransaction |
| 899 | +#define I_VIEW_EXEC_TRANSACTION 428 |
| 900 | +// Next, enter the PIN you want to change |
| 901 | +#define C__NEXT_ENTER_THE_PIN_YOU_WANT_TO_CHANGE 429 |
896 | 902 | #endif |
897 | 903 | // clang-format on |
0 commit comments