Commit 2a934741 authored by Phil Hughes's avatar Phil Hughes

Use dash instead of underscore

[ci skip]
parent 6dd2b4b9
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
<template> <template>
<fieldset class="checkbox"> <fieldset class="checkbox">
<label for="issue_confidential"> <label for="issue-confidential">
<input <input
type="checkbox" type="checkbox"
value="1" value="1"
id="issue_confidential" id="issue-confidential"
v-model="formState.confidential" /> v-model="formState.confidential" />
This issue is confidential and should only be visible to team members with at least Reporter access. This issue is confidential and should only be visible to team members with at least Reporter access.
</label> </label>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment