Fix a spelling error in officehours_permissions.module ("publshed" instead of "published")

Created on 19 November 2015, over 8 years ago
Updated 2 May 2023, about 1 year ago

The officehours_permissions.module file contains the following hook.

function officehours_permissions_permission() {
  return array(
    'update task information' => array(
      'title' => t('Update task information'),
    ),
    'update any task attempt' => array(
      'title' => t('Update any task attempt'),
    ),
    'set task status' => array(
      'title' => t('Set task status'),
    ),
    'create published tasks' => array(
      'title' => t('Create published task'),
      'description' => t('Tasks will be publshed on creation. (Tasks are unpublished by default.)'),
    ),
  );
}

The last description starts with Tasks will be publshed on creation. It should be Tasks will be published on creation.

📌 Task
Status

RTBC

Component

Code

Created by

🇮🇳India xaiwant BLR

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024