summaryrefslogtreecommitdiff
path: root/settings/accounts/ui
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-02-12 12:34:14 +0100
committerAndrew Branson <andrew.branson@jolla.com>2026-02-12 15:05:57 +0100
commitbce74e963abeb96a9c335f5461611dee544abc4c (patch)
treeca584a97f1094212c79942702c6b96f6c66029c0 /settings/accounts/ui
parent6ec21cf79e0103b874086089673800bd32fc6bea (diff)
Enhance Mastodon post actions and metadata handling for reblogs and favourites
Diffstat (limited to 'settings/accounts/ui')
-rw-r--r--settings/accounts/ui/mastodon.qml2
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"))