@@ -113,28 +113,28 @@ static void prepare_and_display_home(const char *appname, const char *tagline) {
113
113
switches [DOMAIN_NAME_VERBOSE_ID ].initState =
114
114
N_storage .verbose_domain_name ? ON_STATE : OFF_STATE ;
115
115
switches [DOMAIN_NAME_VERBOSE_ID ].text = "ENS addresses" ;
116
- switches [DOMAIN_NAME_VERBOSE_ID ].subText = "Displays the resolved address of ENS domains." ;
116
+ switches [DOMAIN_NAME_VERBOSE_ID ].subText = "Display the resolved address of ENS domains." ;
117
117
switches [DOMAIN_NAME_VERBOSE_ID ].token = DOMAIN_NAME_VERBOSE_TOKEN ;
118
118
switches [DOMAIN_NAME_VERBOSE_ID ].tuneId = TUNE_TAP_CASUAL ;
119
119
#endif // HAVE_DOMAIN_NAME
120
120
121
121
#ifdef HAVE_EIP712_FULL_SUPPORT
122
122
switches [EIP712_VERBOSE_ID ].initState = N_storage .verbose_eip712 ? ON_STATE : OFF_STATE ;
123
123
switches [EIP712_VERBOSE_ID ].text = "Raw messages" ;
124
- switches [EIP712_VERBOSE_ID ].subText = "Displays raw content from EIP712 messages." ;
124
+ switches [EIP712_VERBOSE_ID ].subText = "Display raw content from EIP712 messages." ;
125
125
switches [EIP712_VERBOSE_ID ].token = EIP712_VERBOSE_TOKEN ;
126
126
switches [EIP712_VERBOSE_ID ].tuneId = TUNE_TAP_CASUAL ;
127
127
#endif // HAVE_EIP712_FULL_SUPPORT
128
128
129
129
switches [NONCE_ID ].initState = N_storage .displayNonce ? ON_STATE : OFF_STATE ;
130
130
switches [NONCE_ID ].text = "Nonce" ;
131
- switches [NONCE_ID ].subText = "Displays nonce information in transactions." ;
131
+ switches [NONCE_ID ].subText = "Display nonce in transactions." ;
132
132
switches [NONCE_ID ].token = NONCE_TOKEN ;
133
133
switches [NONCE_ID ].tuneId = TUNE_TAP_CASUAL ;
134
134
135
135
switches [DEBUG_ID ].initState = N_storage .contractDetails ? ON_STATE : OFF_STATE ;
136
136
switches [DEBUG_ID ].text = "Debug smart contracts" ;
137
- switches [DEBUG_ID ].subText = "Displays contract data details." ;
137
+ switches [DEBUG_ID ].subText = "Display contract data details." ;
138
138
switches [DEBUG_ID ].token = DEBUG_TOKEN ;
139
139
switches [DEBUG_ID ].tuneId = TUNE_TAP_CASUAL ;
140
140
0 commit comments