New: Add translations for columns

This commit is contained in:
Bogdan
2023-08-03 17:17:10 +03:00
parent 419ef4b3bf
commit 7e4980b855
22 changed files with 199 additions and 140 deletions

View File

@@ -60,7 +60,7 @@ function showOAuthWindow(url, payload) {
responseJSON: [
{
propertyName: payload.name,
errorMessage: translate('OAuthPopupMessage')
errorMessage: () => translate('OAuthPopupMessage')
}
]
};