You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/kv/meile.kv
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2116,7 +2116,7 @@ WindowManager:
2116
2116
MDDropDownItem:
2117
2117
id: drop_item
2118
2118
pos_hint: {'center_x': .5, 'center_y': .5}
2119
-
text: "dvpn"
2119
+
text: "p2p"
2120
2120
on_release: root.menu.open()
2121
2121
2122
2122
MDLabel:
@@ -2175,7 +2175,7 @@ WindowManager:
2175
2175
font_size: sp(12)
2176
2176
TooltipMDIconButton:
2177
2177
icon: "help-circle"
2178
-
tooltip_text: "Pay with Wallet in DVPN or IBC enabled coins"
2178
+
tooltip_text: "Pay with Wallet in P2P or IBC enabled coins"
2179
2179
2180
2180
MDBoxLayout:
2181
2181
orientation: "horizontal"
@@ -2258,7 +2258,7 @@ WindowManager:
2258
2258
MDDropDownItem:
2259
2259
id: drop_item
2260
2260
pos_hint: {'center_x': .5, 'center_y': .5}
2261
-
text: "dvpn"
2261
+
text: "p2p"
2262
2262
on_release: root.menu.open()
2263
2263
2264
2264
MDLabel:
@@ -2450,7 +2450,7 @@ WindowManager:
2450
2450
text_color: get_color_from_hex(MeileColors.MEILE)
2451
2451
MDLabel:
2452
2452
font_name: "DejaVuSans"
2453
-
text: "There are two primary ways to receive tokens to purchase dVPN (the currency) subscriptions and utilize the network. 1.) You get the DVPN token on a exchange and send it to your wallet address. Current exchanges are KuCoin, HotBit, Polarity and Osmosis. Once you purchase the tokens on the exchange, you need to withdraw them to your address listed in the wallet section of this app. The tokens should appear within minutes after a withdrawal and you can begin purchasing and subscribing to Sentinel dVPN nodes through Meile. 2.) You can purchase the currency used for Meile dVPN right in our app via the 'RE-FUEL' button within the wallet. These funds will be handled by our servers and the payment processing is handled by Stripe. Once you successfully complete a purchase, your funds should appear in your wallet within minutes of a successful purchase through our app. This is the easiest method to using Meile dVPN."
2453
+
text: "There are two primary ways to receive coins to purchase P2P (the currency) subscriptions and utilize the network. 1.) You get the P2P coin on a exchange and send it to your wallet address. Current exchanges are KuCoin, HotBit, Polarity and Osmosis. Once you purchase the tokens on the exchange, you need to withdraw them to your address listed in the wallet section of this app. The tokens should appear within minutes after a withdrawal and you can begin purchasing and subscribing to Sentinel dVPN nodes through Meile. 2.) You can purchase the currency used for Meile dVPN right in our app via the 'RE-FUEL' button within the wallet. These funds will be handled by our servers and the payment processing is handled by Stripe. Once you successfully complete a purchase, your funds should appear in your wallet within minutes of a successful purchase through our app. This is the easiest method to using Meile dVPN."
2454
2454
size_hint_y: None
2455
2455
height: self.texture_size[1]
2456
2456
size_hint_x: 1
@@ -2593,7 +2593,7 @@ WindowManager:
2593
2593
2594
2594
MDLabel:
2595
2595
font_name: "DejaVuSans"
2596
-
text: "Sentinel is a Layer-1 blockchain within the Cosmos ecosystem. It was founded in 2017, and provides privacy services, such as decentralized VPN to users both of traditional commerce and blockchain enthusiasts. It's native coin ticker is $DVPN. "
2596
+
text: "Sentinel is a Layer-1 blockchain within the Cosmos ecosystem. It was founded in 2017, and provides privacy services, such as decentralized VPN to users both of traditional commerce and blockchain enthusiasts. It's native coin ticker is $P2P. "
0 commit comments