activity_notFound method
Message when no activities are found
In en, this message translates to: 'No {activityType}'s found, add one with '+''
Implementation
@override
String activity_notFound(String activityType) {
return 'Keine $activityType gefunden, fügen Sie eine mit \'+\' hinzu';
}