diff options
| author | Andrew Branson <andrew.branson@jolla.com> | 2026-02-12 12:34:14 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@jolla.com> | 2026-02-12 15:05:57 +0100 |
| commit | bce74e963abeb96a9c335f5461611dee544abc4c (patch) | |
| tree | ca584a97f1094212c79942702c6b96f6c66029c0 /settings | |
| parent | 6ec21cf79e0103b874086089673800bd32fc6bea (diff) | |
Enhance Mastodon post actions and metadata handling for reblogs and favourites
Diffstat (limited to 'settings')
| -rw-r--r-- | settings/accounts/ui/mastodon.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/accounts/ui/mastodon.qml b/settings/accounts/ui/mastodon.qml index 1ff94b5..9cc37fa 100644 --- a/settings/accounts/ui/mastodon.qml +++ b/settings/accounts/ui/mastodon.qml @@ -115,7 +115,7 @@ AccountCreationAgent { } var postData = [] - //% "Sailfish Mastodon" + //% "Mastodon in SailfishOS" postData.push("client_name=" + encodeURIComponent(qsTrId("settings-accounts-mastodon-la-client_name"))) postData.push("redirect_uris=" + encodeURIComponent(callbackUri)) postData.push("scopes=" + encodeURIComponent("read write")) |
