From 1df259f8c92927b838799dea0910678706b612e1 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 30 Apr 2026 11:18:32 +0200 Subject: [PATCH] Fix translation string of some fallback notifications (#38860) --- config/locales/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 7904388db3..176017f532 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1745,9 +1745,9 @@ en: title_html: "%{name} updated a collection you are in" generic: sign_in: Sign in to the Mastodon web app - summary_html: You're on an app that does not support the most recent version of Mastodon. %link for full functionality. + summary_html: You're on an app that does not support the most recent version of Mastodon. %{link} for full functionality. moderation_warning: - summary_html: You're on an app that does not support the most recent version of Mastodon. %link + summary_html: You're on an app that does not support the most recent version of Mastodon. %{link}. title: You have received a moderation warning. severed_relationships: summary_html: An admin from %{from} has suspended %{target}, which means you can no longer receive updates from them or interact with them. %{link} to retrieve a list of the lost relationships.