From b540d6ef5b14247a9d63f0049a07673f76a51199 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Tue, 28 Feb 2023 21:33:33 +0100 Subject: [PATCH] Icons: Remove wrong username --- IceCubesApp/App/Tabs/Settings/IconSelectorView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IceCubesApp/App/Tabs/Settings/IconSelectorView.swift b/IceCubesApp/App/Tabs/Settings/IconSelectorView.swift index 94e262df..b3c57a75 100644 --- a/IceCubesApp/App/Tabs/Settings/IconSelectorView.swift +++ b/IceCubesApp/App/Tabs/Settings/IconSelectorView.swift @@ -53,7 +53,7 @@ struct IconSelectorView: View { IconSelector(title: "\("settings.app.icon.designed-by".localized) Dan van Moll", icons: [.alt26, .alt27, .alt28]), IconSelector(title: "\("settings.app.icon.designed-by".localized) Chanhwi Joo (GitHub @te6-in)", icons: [.alt29, .alt34, .alt31, .alt35, .alt30, .alt32]), IconSelector(title: "\("settings.app.icon.designed-by".localized) W. Kovács Ágnes (@wildgica)", icons: [.alt33]), - IconSelector(title: "\("settings.app.icon.designed-by".localized) Duncan Horne (@wildgica)", icons: [.alt36]), + IconSelector(title: "\("settings.app.icon.designed-by".localized) Duncan Horne", icons: [.alt36]), ] }