Skip to content

Commit

Permalink
Merge pull request #67 from taronaeo/refactor/fileupload
Browse files Browse the repository at this point in the history
refactor(backend): updated checkbox to inform users of redaction
  • Loading branch information
taronaeo authored Feb 12, 2024
2 parents c407fd2 + 309ad22 commit afd4fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/backend/src/lib/components/FileUpload.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@
on:change={handleChange}
bind:value={$form.isChecked} />
<span class="label-text text-black m-2.5 font-bold">
I have specified the right classification
I have specified the right classification and acknowledge that the file
contents may be redacted in accordance to the classification chosen.
</span>
</div>
</label>
Expand Down

0 comments on commit afd4fb7

Please sign in to comment.