From bce74e963abeb96a9c335f5461611dee544abc4c Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Thu, 12 Feb 2026 12:34:14 +0100 Subject: Enhance Mastodon post actions and metadata handling for reblogs and favourites --- settings/accounts/ui/mastodon.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings/accounts/ui/mastodon.qml') 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")) -- cgit v1.2.3