mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
WebUI: Fix WebAPI returned data.
This commit is contained in:
@@ -65,7 +65,8 @@ static const char *__TRANSLATIONS__[] = {
|
||||
QT_TRANSLATE_NOOP("HttpServer", "Invalid Username or Password."),
|
||||
QT_TRANSLATE_NOOP("HttpServer", "Password"),
|
||||
QT_TRANSLATE_NOOP("HttpServer", "Login"),
|
||||
QT_TRANSLATE_NOOP("HttpServer", "qBittorrent web User Interface")
|
||||
QT_TRANSLATE_NOOP("HttpServer", "qBittorrent web User Interface"),
|
||||
QT_TRANSLATE_NOOP("HttpServer", "Upload Failed!")
|
||||
};
|
||||
|
||||
static const struct { const char *source; const char *comment; } __COMMENTED_TRANSLATIONS__[] = {
|
||||
|
||||
Reference in New Issue
Block a user