Skip to content

Commit 4163d04

Browse files
committed
change "Fast" to "Double" for fees
1 parent 9388bbd commit 4163d04

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Kukai Mobile/Modules/Fees/Fees.storyboard

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Y6W-OH-hqX">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="Y6W-OH-hqX">
33
<device id="retina6_1" orientation="portrait" appearance="dark"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
77
<capability name="Named colors" minToolsVersion="9.0"/>
88
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
99
<capability name="System colors in document resources" minToolsVersion="11.0"/>
@@ -58,7 +58,7 @@
5858
</constraints>
5959
<fontDescription key="fontDescription" name="Figtree-Bold" family="Figtree" pointSize="16"/>
6060
<inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
61-
<state key="normal" title="Fast">
61+
<state key="normal" title="Double">
6262
<color key="titleColor" name="TxtB6"/>
6363
</state>
6464
<state key="selected">

Kukai Mobile/Services/TransactionService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class TransactionService {
3636
return "Normal"
3737

3838
case .fast:
39-
return "Fast"
39+
return "Double"
4040

4141
case .custom:
4242
return "Custom"

0 commit comments

Comments
 (0)