Remove meaningless entries from en.json (#7535)

This commit is contained in:
Louis Lam
2026-06-22 21:34:15 +08:00
committed by GitHub
parent 040766a3e2
commit 7e358e23f1
2 changed files with 5 additions and 10 deletions
-5
View File
@@ -1379,11 +1379,6 @@
"Phone numbers": "Phone numbers",
"Sender name": "Sender name",
"smsplanetNeedToApproveName": "Needs to be approved in the client panel",
"Google": "Google",
"Plausible": "Plausible",
"Matomo": "Matomo",
"Umami": "Umami",
"Rybbit": "Rybbit",
"Disable URL in Notification": "Disable URL in Notification",
"Suppress Notifications": "Suppress Notifications",
"discordSuppressNotificationsHelptext": "When enabled, messages will be posted to the channel but won't trigger push or desktop notifications for recipients.",
+5 -5
View File
@@ -157,11 +157,11 @@
data-testid="analytics-type-select"
>
<option :value="null">{{ $t("None") }}</option>
<option value="google">{{ $t("Google") }}</option>
<option value="umami">{{ $t("Umami") }}</option>
<option value="plausible">{{ $t("Plausible") }}</option>
<option value="matomo">{{ $t("Matomo") }}</option>
<option value="rybbit">{{ $t("Rybbit") }}</option>
<option value="google">Google</option>
<option value="umami">Umami</option>
<option value="plausible">Plausible</option>
<option value="matomo">Matomo</option>
<option value="rybbit">Rybbit</option>
</select>
</div>