Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Lelek committed Jun 28, 2024
1 parent 25af86d commit ff60639
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fplus-lib/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1558,7 +1558,9 @@ impl LDNApplication {
}

pub async fn notify_refill(info: NotifyRefillInfo) -> Result<(), LDNError> {
let comment = String::from("More than 75% of DataCap is used, a refill is needed.");
let comment = String::from(
"Client used 75% of the allocated DataCap. Consider allocating next tranche.",
);
Self::add_comment_to_issue(
info.issue_number.clone(),
info.owner.clone(),
Expand Down

0 comments on commit ff60639

Please sign in to comment.