From 69e20479b66aee0bc177df3dc9f53af7f08487eb Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Thu, 9 Feb 2023 13:27:12 +0800 Subject: [PATCH] Standardises naming convention for theme headings --- iOS/Settings/Appearance/ArticleThemeManagerView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iOS/Settings/Appearance/ArticleThemeManagerView.swift b/iOS/Settings/Appearance/ArticleThemeManagerView.swift index a8d75844c..b5652e154 100644 --- a/iOS/Settings/Appearance/ArticleThemeManagerView.swift +++ b/iOS/Settings/Appearance/ArticleThemeManagerView.swift @@ -21,14 +21,14 @@ struct ArticleThemeManagerView: View { var body: some View { Form { - Section(header: Text("Ranchero Software Themes", comment: "Section header for installed themes"), footer: Text("These themes cannot be deleted.", comment: "Section footer for installed themes.")) { + Section(header: Text("Built-in Themes", comment: "Section header for installed themes"), footer: Text("These themes cannot be deleted.", comment: "Section footer for installed themes.")) { articleThemeRow(try! themeManager.articleThemeWithThemeName("Default")) ForEach(0..