File tree 2 files changed +8
-5
lines changed
src/status_im2/contexts/wallet/send/transaction_confirmation
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 144
144
:label :none
145
145
:status :default
146
146
:size :small
147
- :title " Est. time"
147
+ :title ( i18n/label :t/est- time)
148
148
:subtitle " 3-5 min" }]
149
149
[quo/data-item
150
150
{:container-style {:flex 1
156
156
:label :none
157
157
:status :default
158
158
:size :small
159
- :title " Max fees"
159
+ :title ( i18n/label :t/max- fees)
160
160
:subtitle " €188,70" }]
161
161
[quo/data-item
162
162
{:container-style {:flex 1
168
168
:label :none
169
169
:status :default
170
170
:size :small
171
- :title " Mark gets"
171
+ :title ( i18n/label :t/user- gets { :name " Mark " })
172
172
:subtitle " 149.99 ETH" }]]]
173
173
[rn/safe-area-view
174
174
{:style style/slide-button-container}
178
178
:on-reset (when @reset-slider? #(reset! reset-slider? false ))
179
179
:on-complete #(js/alert " Not implemented yet" )
180
180
:track-icon (if biometric-auth? :i/face-id :password )
181
- :track-text " Slide to send" }]]]])))
181
+ :track-text ( i18n/label :t/slide-to- send) }]]]])))
182
182
183
183
(defn- view-internal
184
184
[{:keys [theme]}]
Original file line number Diff line number Diff line change 2386
2386
"keypairs-description" : " Select keypair to derive your new account from" ,
2387
2387
"confirm-account-origin" : " Confirm account origin" ,
2388
2388
"select-asset" : " Select asset" ,
2389
- "details" : " Details"
2389
+ "details" : " Details" ,
2390
+ "est-time" : " Est. time" ,
2391
+ "user-gets" : " {{name}} gets" ,
2392
+ "slide-to-send" : " Slide to send"
2390
2393
}
You can’t perform that action at this time.
0 commit comments