Add footer for keeping your private key say and secure

pull/2/head
Michael Scoff 7 years ago
parent f3fcb1e329
commit 4ff7605ec6
  1. 2
      Trust/Settings/ViewControllers/SettingsViewController.swift

@ -24,7 +24,7 @@ class SettingsViewController: FormViewController {
title = "Settings"
form = Section("Export")
form = Section(header:"Export", footer: "Keep it secure and never share it with anyone.")
<<< AppFormAppearance.button("Export Private Key") {
$0.title = $0.tag

Loading…
Cancel
Save