FIX: Set text title for desktop push notifications
Fixes a broken translation on some browser push notifications, same as 4c23083c57
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…
Reference in New Issue