mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-04 17:30:11 +00:00
Harvey Tindall
af61549bf1
When password reset links are enabled, the ombi password will be reset to the PIN along with Jellyfin.
14 lines
484 B
JSON
14 lines
484 B
JSON
{
|
|
"meta": {
|
|
"name": "English (US)"
|
|
},
|
|
"strings": {
|
|
"passwordReset": "Password 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."
|
|
}
|
|
}
|