Skip to content

Commit a1056e3

Browse files
authored
Merge pull request #964 from broxus/main
feat(EWM-tech): 1.14.2 (main -> dev)
2 parents c1826de + 530194a commit a1056e3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

assets/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"selectToken": "Select token",
373373
"insufficientFunds": "Not enough tokens on balance",
374374
"maxWord": "Max",
375-
"transactionIsSending": "Transaction is sending",
375+
"transactionIsSending": "Sending transaction",
376376
"okayWord": "Okay",
377377
"transactionSentSuccessfully": "Transaction sent",
378378
"attachedAmount": "Attached amount",

assets/translations/ko.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"selectToken": "Select token",
373373
"insufficientFunds": "Not enough tokens on balance",
374374
"maxWord": "Max",
375-
"transactionIsSending": "Transaction is sending",
375+
"transactionIsSending": "Sending transaction",
376376
"okayWord": "Okay",
377377
"transactionSentSuccessfully": "Transaction sent",
378378
"attachedAmount": "Attached amount",

ios/Runner/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
<key>LSRequiresIPhoneOS</key>
5757
<true/>
5858
<key>NSCameraUsageDescription</key>
59-
<string>We need access to camera to scan QR-codes</string>
59+
<string>To scan a QR code, SparX Wallet needs access to your camera. The camera is used only for scanning, no images are stored or sent anywhere.</string>
6060
<key>NSFaceIDUsageDescription</key>
6161
<string>This will simplify authentication and make it faster.</string>
6262
<key>NSPhotoLibraryUsageDescription</key>
63-
<string>We need photos access to get QR code from photo library</string>
63+
<string>To scan a QR code from an image in your device, SparX Wallet needs access to your photo library.</string>
6464
<key>UIApplicationSupportsIndirectInputEvents</key>
6565
<true/>
6666
<key>UIBackgroundModes</key>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: app
33
description: SparX Wallet Flutter app
4-
version: 1.14.2
4+
version: 1.14.3
55
publish_to: none
66

77
environment:

0 commit comments

Comments
 (0)