Update placeholder text (#1516)
* Update placeholder text * Add newline
This commit is contained in:
parent
69c1c7b11e
commit
d7c3a54b56
|
@ -135,7 +135,7 @@ public final class Status: AnyStatus, Codable, Identifiable, Equatable, Hashable
|
||||||
|
|
||||||
public static func placeholder(forSettings: Bool = false, language: String? = nil) -> Status {
|
public static func placeholder(forSettings: Bool = false, language: String? = nil) -> Status {
|
||||||
.init(id: UUID().uuidString,
|
.init(id: UUID().uuidString,
|
||||||
content: .init(stringValue: "Lorem ipsum [#dolor](#) sit amet\nconsectetur [@adipiscing](#) elit.",
|
content: .init(stringValue: "Here's to the [#crazy](#) ones. The misfits.\nThe [@rebels](#). The troublemakers.",
|
||||||
parseMarkdown: forSettings),
|
parseMarkdown: forSettings),
|
||||||
|
|
||||||
account: .placeholder(),
|
account: .placeholder(),
|
||||||
|
|
Loading…
Reference in New Issue