mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 09:50:11 +00:00
Harvey Tindall
0a71d5b216
For #103. Enable in Settings > Password Resets. Also changes the user's ombi password.
16 lines
573 B
JSON
16 lines
573 B
JSON
{
|
|
"meta": {
|
|
"name": "English (US)"
|
|
},
|
|
"strings": {
|
|
"passwordReset": "Password reset",
|
|
"reset": "Reset",
|
|
"resetFailed": "Password reset failed",
|
|
"tryAgain": "Please try again.",
|
|
"youCanLogin": "You can now log in with the below code as your password.",
|
|
"youCanLoginOmbi": "You can now log in to Jellyfin & Ombi with the below code as your password.",
|
|
"changeYourPassword": "Make sure to change your password after you log in.",
|
|
"enterYourPassword": "Enter your new password below."
|
|
}
|
|
}
|