diff --git a/Encrypted Ink/Screens/ApproveViewController.swift b/Encrypted Ink/Screens/ApproveViewController.swift
index ed738a4a..c374682c 100644
--- a/Encrypted Ink/Screens/ApproveViewController.swift
+++ b/Encrypted Ink/Screens/ApproveViewController.swift
@@ -5,6 +5,7 @@ import Cocoa
class ApproveViewController: NSViewController {
@IBOutlet weak var titleLabel: NSTextField!
+ @IBOutlet var metaTextView: NSTextView!
var approveTitle: String!
var meta: String!
@@ -21,7 +22,7 @@ class ApproveViewController: NSViewController {
override func viewDidLoad() {
super.viewDidLoad()
titleLabel.stringValue = approveTitle
- // TODO: setup meta
+ metaTextView.string = meta
}
@IBAction func actionButtonTapped(_ sender: Any) {
diff --git a/Encrypted Ink/Screens/Base.lproj/Main.storyboard b/Encrypted Ink/Screens/Base.lproj/Main.storyboard
index d6638a02..7b53e98c 100644
--- a/Encrypted Ink/Screens/Base.lproj/Main.storyboard
+++ b/Encrypted Ink/Screens/Base.lproj/Main.storyboard
@@ -1028,16 +1028,58 @@ DQ
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+