Fix LinkSnappy mode label from "Login" to "Web"

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-07 02:26:54 +01:00
co-authored by Claude Opus 4.6
parent 8e1a117cbb
commit 71b3612e82
+1 -1
View File
@@ -231,7 +231,7 @@ const ACCOUNT_OPTIONS: AccountOption[] = [
service: "linksnappy",
serviceLabel: "LinkSnappy",
title: "LinkSnappy Web",
modeLabel: "Login",
modeLabel: "Web",
pickerDescription: "Login für linksnappy.com mit Benutzername und Passwort.",
needsCredentials: true
}