Skip to content

Commit

Permalink
Add address row to SiteSettingsView
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jun 14, 2023
1 parent 16d6a16 commit deefb50
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ struct SiteSettingsView: View {
Section(header: Text(Strings.Sections.general)) {
siteTitleRow
taglineRow
SettingsCell(title: Strings.General.address, value: blog.url ?? "")
}
}

Expand Down Expand Up @@ -160,6 +161,7 @@ private extension SiteSettingsView {
static let taglinePlaceholder = NSLocalizedString("Explain what this site is about.", comment: "Placeholder text for the tagline of a site")
static let taglineEditorPlaceholder = NSLocalizedString("Explain what this site is about.", comment: "Placeholder text for the tagline of a site")
static let taglineEditorHint = NSLocalizedString("In a few words, explain what this site is about.", comment: "Explain what is the purpose of the tagline")
static let address = NSLocalizedString("Address", comment: "Label for url blog setting")
}
}
}

0 comments on commit deefb50

Please sign in to comment.