Invite: fix "none yet" message on users created

This commit is contained in:
Harvey Tindall
2021-05-07 22:41:51 +01:00
parent 0e21942cd6
commit b91302ddf8
7 changed files with 92 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"meta": {
"name": "English (GB)"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"meta": {
"name": "English (US)"
},
"strings": {
"startMessage": "Hi!\nEnter your Jellyfin PIN code here to verify your account.",
"invalidPIN": "That PIN was invalid, try again.",
"pinSuccess": "Success! You can now return to the sign-up page.",
"languageMessage": "Note: See available languages with /lang, and set language with /lang <language code>."
}
}