2023-02-15 16:02:49 +01:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2016-03-23 18:39:41 +01:00
|
|
|
json.title t('.unknown_notification')
|
|
|
|
json.description t('.notification_ID_wrong_type_TYPE_unknown',
|
|
|
|
ID: notification.id,
|
|
|
|
TYPE: notification.notification_type_id)
|
2020-06-02 11:37:24 +02:00
|
|
|
|