style
This commit is contained in:
parent
bf6b480f49
commit
a35538b4b5
2 changed files with 3 additions and 3 deletions
|
@ -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:"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue