From 94c84aaab3320e1bb3b8736b42933818623c61f1 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Wed, 22 Nov 2023 21:37:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Tweak=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PHP Extension Manager/UI/PhpExtensionManagerView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpmon/Modules/PHP Extension Manager/UI/PhpExtensionManagerView.swift b/phpmon/Modules/PHP Extension Manager/UI/PhpExtensionManagerView.swift index de8e8c0..13bedb7 100644 --- a/phpmon/Modules/PHP Extension Manager/UI/PhpExtensionManagerView.swift +++ b/phpmon/Modules/PHP Extension Manager/UI/PhpExtensionManagerView.swift @@ -88,7 +88,7 @@ struct PhpExtensionManagerView: View { .resizable() .frame(width: 24, height: 20) .foregroundColor(bExtension.hasAlternativeInstall ? Color.gray : Color.blue) - }.frame(width: 48, height: 24) + }.frame(width: 36, height: 24) VStack(alignment: .leading, spacing: 3) { HStack { @@ -104,7 +104,7 @@ struct PhpExtensionManagerView: View { .foregroundStyle(.secondary) } else { if bExtension.hasAlternativeInstall { - Text("This external extension cannot be managed by PHP Monitor.") + Text("This extension is already installed via another source, and cannot be managed.") .font(.system(size: 11)) .foregroundStyle(.orange) } else {