1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-06 19:40:08 +02:00

👌 Tweak text

This commit is contained in:
2023-11-22 21:37:11 +01:00
parent 9ca16e72d5
commit 94c84aaab3

View File

@ -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 {