Skip to content

Commit

Permalink
fix: incorrect text
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeklavans committed Nov 4, 2024
1 parent d6a0fff commit 21a147e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App/Features/Setting/SettingView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct SettingView: View {
}
}
Section("Notifications") {
Toggle("Show unread articles badge", isOn: $badge)
Toggle("Show total articles badge", isOn: $badge)
}
Section("Entry") {
Toggle("Justify entry", isOn: $justifyArticle)
Expand Down
2 changes: 1 addition & 1 deletion App/Features/WallabagPlus/WallabagPlusView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ struct WallabagPlusView: View {
Text("wallabag Plus offers premium features powered by AI")
.frame(idealWidth: .infinity, maxWidth: .infinity, alignment: .leading)
}
GroupBox("Is wallabag Plus available on my self-hosted instance?") {
GroupBox("Is wallabag Plus available on my instance?") {
Text("No, wallabag Plus is a premium feature only available on your iOS devices.")
.frame(idealWidth: .infinity, maxWidth: .infinity, alignment: .leading)
Text("wallabag Plus is not affiliated with any other service.")
Expand Down

0 comments on commit 21a147e

Please sign in to comment.