FIX: New notification type needs some i18n string (#304)

This commit is contained in:
Rafael dos Santos Silva 2022-03-17 12:03:40 -03:00 committed by GitHub
parent 568a13101e
commit bf31bdb824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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"

View File

@ -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"