From 72a7f9af87862edeb9670350e518acc7c3496d5f Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Tue, 16 Apr 2019 18:04:46 +0200 Subject: [PATCH] FIX: Add the last missing translation for push notifications and sync the message for "custom" with the message of regular notifications --- config/locales/server.en.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 332b4a6b4bb..7d283de71d7 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -4269,7 +4269,7 @@ en: label: "Private" description: "Only logged in users can access this community" invite_only: - placeholder: "People must be explicitly invited. Public registration is disabled." + placeholder: "People must be explicitly invited. Public registration is disabled." contact: title: "Contact" @@ -4375,9 +4375,10 @@ en: posted: '%{username} posted in "%{topic}" - %{site_title}' private_message: '%{username} sent you a private message in "%{topic}" - %{site_title}' linked: '%{username} linked to your post from "%{topic}" - %{site_title}' + watching_first_post: '%{username} created a new topic "%{topic}" - %{site_title}' confirm_title: "Notifications enabled - %{site_title}" confirm_body: "Success! Notifications have been enabled." - custom: "Notification from %{site_title}" + custom: "Notification from %{username} on %{site_title}" staff_action_logs: not_found: "not found"