mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
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.
This commit is contained in:
parent
428536788c
commit
c5fecdd5bd
@ -407,7 +407,7 @@ en:
|
|||||||
reviewable_count: "Count"
|
reviewable_count: "Count"
|
||||||
reported_by: "Reported by"
|
reported_by: "Reported by"
|
||||||
deleted: "[Topic Deleted]"
|
deleted: "[Topic Deleted]"
|
||||||
original: '(original topic)'
|
original: "(original topic)"
|
||||||
details: "details"
|
details: "details"
|
||||||
unique_users:
|
unique_users:
|
||||||
one: "1 user"
|
one: "1 user"
|
||||||
@ -1678,6 +1678,7 @@ en:
|
|||||||
watching_first_post: '{{username}} created a new topic "{{topic}}" - {{site_title}}'
|
watching_first_post: '{{username}} created a new topic "{{topic}}" - {{site_title}}'
|
||||||
confirm_title: "Notifications enabled - %{site_title}"
|
confirm_title: "Notifications enabled - %{site_title}"
|
||||||
confirm_body: "Success! Notifications have been enabled."
|
confirm_body: "Success! Notifications have been enabled."
|
||||||
|
custom: "Notification from {{username}} on %{site_title}"
|
||||||
|
|
||||||
upload_selector:
|
upload_selector:
|
||||||
title: "Add an image"
|
title: "Add an image"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user