1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/views/api/notifications/_undefined_notification.json.jbuilder
2023-02-15 16:02:49 +01:00

8 lines
229 B
Ruby

# frozen_string_literal: true
json.title t('.unknown_notification')
json.description t('.notification_ID_wrong_type_TYPE_unknown',
ID: notification.id,
TYPE: notification.notification_type_id)