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" smtpSecure: "Use implicit SSL/TLS for SMTP connections"
smtpSecureInfo: "Turn this off when using STARTTLS" smtpSecureInfo: "Turn this off when using STARTTLS"
testEmail: "Test email delivery" testEmail: "Test email delivery"
wordMute: "Word mute" wordMute: "Word and language mutes"
regexpError: "Regular Expression error" regexpError: "Regular Expression error"
regexpErrorDescription: "An error occurred in the regular expression on line {line} regexpErrorDescription: "An error occurred in the regular expression on line {line}
of your {tab} word mutes:" of your {tab} word mutes:"

View File

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