mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
fix en-es name and filename
This commit is contained in:
parent
a9bde40661
commit
570e3a1e54
1
api.go
1
api.go
@ -1668,7 +1668,6 @@ func (app *appContext) GetEmail(gc *gin.Context) {
|
||||
newEmail = true
|
||||
msg, err = app.email.constructWelcome("", time.Time{}, app, true)
|
||||
content = msg.Text
|
||||
conditionals = []string{"{yourAccountWillExpire}"}
|
||||
} else {
|
||||
variables = app.storage.customEmails.WelcomeEmail.Variables
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "Inglés (US)"
|
||||
"name": "Español (ES)"
|
||||
},
|
||||
"strings": {
|
||||
"invites": "Invitaciones",
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "Inglés (US)"
|
||||
"name": "Español (ES)"
|
||||
},
|
||||
"strings": {
|
||||
"username": "Nombre de usuario",
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "Inglés (US)"
|
||||
"name": "Español (ES)"
|
||||
},
|
||||
"strings": {
|
||||
"ifItWasNotYou": "Si no fue usted, ignore este correo electrónico.",
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "Inglés (US)"
|
||||
"name": "Español (ES)"
|
||||
},
|
||||
"strings": {
|
||||
"pageTitle": "Crear cuenta de Jellyfin",
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"meta": {
|
||||
"name": "Inglés (US)"
|
||||
"name": "Español (ES)"
|
||||
},
|
||||
"strings": {
|
||||
"pageTitle": "Configuración - jfa-go",
|
Loading…
Reference in New Issue
Block a user