From 4c23083c57531f0388950aeed7ff48fc3c6b3bdc Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Fri, 22 Mar 2019 15:19:04 -0300 Subject: [PATCH] FIX: Set text for titles in custom push notifications This will fix a broken translation on the push notification you receive when someone assigns you a topic. --- config/locales/server.en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index b363aba3e54..aa40d87e49a 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -4342,6 +4342,7 @@ en: linked: '%{username} linked to your post from "%{topic}" - %{site_title}' confirm_title: "Notifications enabled - %{site_title}" confirm_body: "Success! Notifications have been enabled." + custom: "Notification from %{site_title}" staff_action_logs: not_found: "not found"