This commit is contained in:
ThatOneCalculator 2023-09-19 17:07:22 -07:00
parent bf6b480f49
commit a35538b4b5
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 3 additions and 3 deletions

View file

@ -675,7 +675,7 @@ emptyToDisableSmtpAuth: "Leave username and password empty to disable SMTP verif
smtpSecure: "Use implicit SSL/TLS for SMTP connections"
smtpSecureInfo: "Turn this off when using STARTTLS"
testEmail: "Test email delivery"
wordMute: "Word mute"
wordMute: "Word and language mutes"
regexpError: "Regular Expression error"
regexpErrorDescription: "An error occurred in the regular expression on line {line}
of your {tab} word mutes:"

View file

@ -9,7 +9,7 @@
<template #empty
><FormInfo>{{ i18n.ts.noUsers }}</FormInfo></template
>
<template #default="{ items }">
<template #default="{ items }" class="_formlinks">
<FormLink
v-for="mute in items"
:key="mute.id"
@ -25,7 +25,7 @@
<template #empty
><FormInfo>{{ i18n.ts.noUsers }}</FormInfo></template
>
<template #default="{ items }">
<template #default="{ items }" class="_formlinks">
<FormLink
v-for="block in items"
:key="block.id"