mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Add translations for columns
This commit is contained in:
@@ -60,7 +60,7 @@ function showOAuthWindow(url, payload) {
|
||||
responseJSON: [
|
||||
{
|
||||
propertyName: payload.name,
|
||||
errorMessage: translate('OAuthPopupMessage')
|
||||
errorMessage: () => translate('OAuthPopupMessage')
|
||||
}
|
||||
]
|
||||
};
|
||||
|
Reference in New Issue
Block a user