mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-02 09:33:49 +03:00
consistent section titles for networks list
This commit is contained in:
parent
b24e106ad1
commit
6f4096d388
@ -97,5 +97,6 @@ struct Strings {
|
|||||||
static let notNow = "not now"
|
static let notNow = "not now"
|
||||||
static let done = "Done"
|
static let done = "Done"
|
||||||
static let pinned = "Pinned"
|
static let pinned = "Pinned"
|
||||||
|
static let mainnets = "Mainnets"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -40,7 +40,7 @@ struct NetworksListView: View {
|
|||||||
private func list() -> some View {
|
private func list() -> some View {
|
||||||
List {
|
List {
|
||||||
networkSection(networks: pinned, title: Strings.pinned)
|
networkSection(networks: pinned, title: Strings.pinned)
|
||||||
networkSection(networks: mainnets)
|
networkSection(networks: mainnets, title: Strings.mainnets)
|
||||||
networkSection(networks: testnets, title: Strings.testnets)
|
networkSection(networks: testnets, title: Strings.testnets)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user