From c5fecdd5bda1e101e95d6d3baecd5074f0760493 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Mon, 15 Apr 2019 10:54:44 -0400 Subject: [PATCH] FIX: Set text title for desktop push notifications Fixes a broken translation on some browser push notifications, same as 4c23083c57531f0388950aeed7ff48fc3c6b3bdc but for client-side translations. --- config/locales/client.en.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 9084946b016..2611da1db7b 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -407,7 +407,7 @@ en: reviewable_count: "Count" reported_by: "Reported by" deleted: "[Topic Deleted]" - original: '(original topic)' + original: "(original topic)" details: "details" unique_users: one: "1 user" @@ -1678,6 +1678,7 @@ en: 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 {{username}} on %{site_title}" upload_selector: title: "Add an image"