generated from OBJNULL/Dockerized-Rust
Added Days Message
This commit is contained in:
parent
39647abec7
commit
1f85666377
1 changed files with 2 additions and 2 deletions
|
@ -97,12 +97,12 @@ impl App {
|
|||
// Returning the Result
|
||||
if calculation.reversed {
|
||||
SharedString::from(format!(
|
||||
"Retract the billing date to {} (-{}).",
|
||||
"Retract the billing date to {} (-{} Days).",
|
||||
calculation.new_date, calculation.days_pushed
|
||||
))
|
||||
} else {
|
||||
SharedString::from(format!(
|
||||
"Extend the billing date to {} (+{}).",
|
||||
"Extend the billing date to {} (+{} Days).",
|
||||
calculation.new_date, calculation.days_pushed
|
||||
))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue