activity_notFound abstract method

String activity_notFound(
  1. String activityType
)

Message when no activities are found

In en, this message translates to: 'No {activityType}'s found, add one with '+''

Implementation

String activity_notFound(String activityType);