summaryrefslogtreecommitdiff
path: root/settings/accounts/ui/mastodon.qml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-03-19 16:48:51 +0100
committerAndrew Branson <andrew.branson@jolla.com>2026-03-19 16:48:51 +0100
commitc08a37b96fec1706a1eb560255d487ec6c8a05dc (patch)
tree5f2c3f059a5bce53e2bd189a40fd50c2a68d555d /settings/accounts/ui/mastodon.qml
parent5fe5ede124da1824fd3b055ec480bf9ce4a5b83f (diff)
Sync with main
Diffstat (limited to 'settings/accounts/ui/mastodon.qml')
-rw-r--r--settings/accounts/ui/mastodon.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/settings/accounts/ui/mastodon.qml b/settings/accounts/ui/mastodon.qml
index e7cf255..a32f336 100644
--- a/settings/accounts/ui/mastodon.qml
+++ b/settings/accounts/ui/mastodon.qml
@@ -366,12 +366,13 @@ AccountCreationAgent {
function configure() {
hasConfigured = true
- var services = ["mastodon-microblog", "mastodon-sharing"]
+ var services = ["mastodon-microblog", "mastodon-notifications", "mastodon-sharing"]
var providerDisplayName = root.accountProvider && root.accountProvider.displayName
? root.accountProvider.displayName.toString().trim()
: ""
if (providerDisplayName.length === 0) {
- providerDisplayName = "Mastodon"
+ //% "Mastodon"
+ providerDisplayName = qsTrId("settings-accounts-mastodon-la-provider_name")
}
newAccount.displayName = providerDisplayName