style
This commit is contained in:
parent
bf6b480f49
commit
a35538b4b5
@ -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:"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user