Remove superfluous strings from Lidarr (#79631)

This commit is contained in:
Robert Hillis 2022-10-05 04:17:13 -04:00 committed by GitHub
parent 18033532ca
commit 33bdc67a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 20 deletions

View File

@ -28,15 +28,5 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
}
},
"options": {
"step": {
"init": {
"data": {
"upcoming_days": "Number of upcoming days to display on calendar",
"max_records": "Number of maximum records to display on wanted and queue"
}
}
}
}
}

View File

@ -28,15 +28,5 @@
"description": "API key can be retrieved automatically if login credentials were not set in application.\nYour API key can be found in Settings > General in the Lidarr Web UI."
}
}
},
"options": {
"step": {
"init": {
"data": {
"max_records": "Number of maximum records to display on wanted and queue",
"upcoming_days": "Number of upcoming days to display on calendar"
}
}
}
}
}