diff --git a/Applite/Views/Setup/SetupView+BrewPathSelection.swift b/Applite/Views/Setup/SetupView+BrewPathSelection.swift index efcee92..a980caf 100644 --- a/Applite/Views/Setup/SetupView+BrewPathSelection.swift +++ b/Applite/Views/Setup/SetupView+BrewPathSelection.swift @@ -18,7 +18,7 @@ extension SetupView { Text("Provide Brew Executable Path", comment: "Setup brew path selector") .font(.system(size: 26, weight: .bold)) - .padding(.bottom, 30) + .padding(.bottom, 24) VStack(alignment: .leading) { @@ -28,11 +28,6 @@ extension SetupView { .foregroundColor(.red) .opacity(isBrewPathValid ? 0 : 1) .padding(.bottom) - - Text("Appdir (optional)", comment: "Setup brew appdir parameter") - .font(.system(size: 16, weight: .bold)) - - AppdirSelectorView() } .frame(width: 500) diff --git a/Localizable.xcstrings b/Localizable.xcstrings index df68f24..7b144de 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -844,41 +844,6 @@ } } }, - "Appdir (optional)" : { - "comment" : "Setup brew appdir parameter", - "localizations" : { - "fr" : { - "stringUnit" : { - "state" : "translated", - "value" : "Appdir (Optionnel)" - } - }, - "hu" : { - "stringUnit" : { - "state" : "translated", - "value" : "Appdir (nem kötelező)" - } - }, - "ja" : { - "stringUnit" : { - "state" : "translated", - "value" : "アプリケーションディレクトリ(オプション)" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "translated", - "value" : "应用目录(可选)" - } - }, - "zh-HK" : { - "stringUnit" : { - "state" : "translated", - "value" : "應用程式目錄(可選)" - } - } - } - }, "Appearance" : { "comment" : "Appearnace settings title", "localizations" : {