diff --git a/EhPanda/App/en.lproj/Constant.strings b/EhPanda/App/en.lproj/Constant.strings index 899cc9aa..ecff94f9 100644 --- a/EhPanda/App/en.lproj/Constant.strings +++ b/EhPanda/App/en.lproj/Constant.strings @@ -38,13 +38,13 @@ // Code level contributor "app.code_level_contributor.link.tatsuz0u" = "https://github.com/tatsuz0u"; "app.code_level_contributor.link.chihchy" = "https://github.com/chihchy"; -"app.code_level_contributor.link.xioxin" = "https://github.com/xioxin"; "app.code_level_contributor.link.Jimmy-Prime" = "https://github.com/Jimmy-Prime"; +"app.code_level_contributor.link.xioxin" = "https://github.com/xioxin"; "app.code_level_contributor.link.remlostime" = "https://github.com/remlostime"; "app.code_level_contributor.text.tatsuz0u" = "Tatsuzo Araki"; "app.code_level_contributor.text.chihchy" = "Chihchy"; -"app.code_level_contributor.text.xioxin" = "xioxin"; "app.code_level_contributor.text.Jimmy-Prime" = "Jimmy Prime"; +"app.code_level_contributor.text.xioxin" = "xioxin"; "app.code_level_contributor.text.remlostime" = "Kai Chen"; // Translation contributor diff --git a/EhPanda/View/Setting/Components/AboutView.swift b/EhPanda/View/Setting/Components/AboutView.swift index ecdc5158..8f71d192 100644 --- a/EhPanda/View/Setting/Components/AboutView.swift +++ b/EhPanda/View/Setting/Components/AboutView.swift @@ -110,14 +110,14 @@ struct AboutView: View { urlString: L10n.Constant.App.CodeLevelContributor.Link.chihchy, text: L10n.Constant.App.CodeLevelContributor.Text.chihchy ), - .init( - urlString: L10n.Constant.App.CodeLevelContributor.Link.xioxin, - text: L10n.Constant.App.CodeLevelContributor.Text.xioxin - ), .init( urlString: L10n.Constant.App.CodeLevelContributor.Link.jimmyPrime, text: L10n.Constant.App.CodeLevelContributor.Text.jimmyPrime ), + .init( + urlString: L10n.Constant.App.CodeLevelContributor.Link.xioxin, + text: L10n.Constant.App.CodeLevelContributor.Text.xioxin + ), .init( urlString: L10n.Constant.App.CodeLevelContributor.Link.remlostime, text: L10n.Constant.App.CodeLevelContributor.Text.remlostime