Skip to content

Commit

Permalink
Attestation Create Text Adjustment (#2351)
Browse files Browse the repository at this point in the history
* modify CLI prompt to align with implementation

* adjust

* change wording for clarity

* update frequency prompt to new standard

* additional clarity

* text adjust to new implementation

---------

Co-authored-by: Emily Rodriguez <32680215+em-c-rod@users.noreply.github.com>
  • Loading branch information
DMedina6 and em-c-rod authored Mar 26, 2024
1 parent 945bd0b commit 2d6c36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/attest/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class CreateAttestations extends Command {
return {
control_id: id,
explanation: this.promptForever('Attestation explanation: '),
frequency: this.promptForever('Frequency (1d/3d/1wk/2wk/1m/3m/6m/1y/1.5y/custom): '),
frequency: this.promptForever('Attestation valid for (enter a number followed by d/w/m/y to indicate days, weeks, months, or years, e.g. 1d/6w/3m/1y/1.5y/custom):'),
status: this.getStatus(),
updated: new Date().toISOString(),
updated_by: this.promptForever('Updated By: '),
Expand Down

0 comments on commit 2d6c36d

Please sign in to comment.