Skip to content

Commit f0fa21e

Browse files
committed
Polish for tooltips + text field layer placeholder text (#1351)
1 parent 481a8f4 commit f0fa21e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Stitch/Graph/Node/Layer/Type/Text/TextFieldLayerNode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99
import SwiftUI
1010
import StitchSchemaKit
1111

12-
let DEFAULT_TEXT_PLACEHOLDER_VALUE = String("PlaceHolder")
12+
let DEFAULT_TEXT_PLACEHOLDER_VALUE = String("Placeholder Text")
1313

1414
extension LayerSize {
1515
static let DEFAULT_TEXT_FIELD_SIZE: Self = .init(width: 300, height: 100)

Stitch/Graph/Toolbar/View/CatalystNavigationBarHelperViews.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ struct CatalystTopBarGraphButtons: View {
225225
}
226226

227227
CatalystNavBarButton("sidebar.right",
228-
toolTip: "Open Layer Inspector") {
228+
toolTip: "Toggle Layer Inspector") {
229229
dispatch(LayerInspectorToggled())
230230
}
231231
}

Stitch/Graph/Toolbar/View/TopBarSharingButtonsView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ struct TopBarSharingButtonsView: View {
4949

5050
CatalystToolbarButton(
5151
systemImageName: .SHARE_ICON_SF_SYMBOL_NAME,
52-
tooltipText: "Record Prototype"
52+
tooltipText: "Share"
5353
) {
5454
// log("my action here")
5555
}
@@ -254,7 +254,7 @@ Platform: \(Self.platform)
254254
ZStack {
255255
CatalystToolbarButton(
256256
systemImageName: Self.iconName,
257-
tooltipText: "Share"
257+
tooltipText: "Contact Us"
258258
) {
259259
// log("my action here")
260260
}

0 commit comments

Comments
 (0)