diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-03-09 09:44:01 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-03-09 21:29:56 +0100 |
| commit | 630ff8c58ff241088aa353c88a9ee510a029d6c2 (patch) | |
| tree | 32e040420dd84095708330f55f0231ce9742841f /settings/accounts/ui/mastodon-update.qml | |
| parent | 9182ffb1573c77367ad6b5e4b1f3e4f52b3c3ea4 (diff) | |
Localize settings text and refresh Mastodon docs
- Add QTranslator to notifications plugin
- Create own logging category now trace is gone
Diffstat (limited to 'settings/accounts/ui/mastodon-update.qml')
| -rw-r--r-- | settings/accounts/ui/mastodon-update.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/accounts/ui/mastodon-update.qml b/settings/accounts/ui/mastodon-update.qml index 98dba8c..75c043d 100644 --- a/settings/accounts/ui/mastodon-update.qml +++ b/settings/accounts/ui/mastodon-update.qml @@ -175,7 +175,8 @@ AccountCredentialsAgent { var clientId = _valueFromServiceConfig(config, "auth/oauth2/web_server/ClientId") var clientSecret = _valueFromServiceConfig(config, "auth/oauth2/web_server/ClientSecret") if (clientId.length === 0 || clientSecret.length === 0) { - credentialsUpdateError("Missing Mastodon OAuth client credentials") + //% "Missing Mastodon OAuth client credentials" + credentialsUpdateError(qsTrId("settings-accounts-mastodon-la-missing_client_credentials")) return } |
