FIX: New notification type needs some i18n string (#304)
This commit is contained in:
parent
568a13101e
commit
bf31bdb824
|
@ -127,3 +127,6 @@ en:
|
|||
label: Users in working hours
|
||||
notification_reason:
|
||||
user: "You will see a count of new replies because this topic was assigned to you."
|
||||
notifications:
|
||||
popup:
|
||||
assigned: "%{username} assigned you"
|
||||
|
|
|
@ -74,3 +74,6 @@ en:
|
|||
random_assign:
|
||||
title: Random assign
|
||||
no_one: "Attempted randomly assign a member of @%{group}, but no one was available."
|
||||
discourse_push_notifications:
|
||||
popup:
|
||||
assigned: "@%{username} assigned you"
|
||||
|
|
Loading…
Reference in New Issue