// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Issue Warning Component when issue is locked but not confidential renders information about locked issue 1`] = ` This issue is locked. Only project members can comment. Learn more `; exports[`Issue Warning Component when noteable is confidential but not locked renders information about confidential issue 1`] = ` This is a confidential issue. People without permission will never get a notification. Learn more `; exports[`Issue Warning Component when noteable is locked and confidential renders information about locked and confidential noteable 1`] = ` This issue is confidential and locked . People without permission will never get a notification and won't be able to comment. `;