Skip to content

Commit

Permalink
fix(discourse): Update proposal submission notification message (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic authored Dec 20, 2024
1 parent ae312c0 commit 7cb6022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/cli/src/discourse_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ impl DiscourseClient for DiscourseClientImp {

let orig_content = self.get_post_content(post_id).await?;
let new_content = format!(
r#"A new proposal with id [{0}](https://dashboard.internetcomputer.org/proposal/{0}) has been submitted for this subnet.
r#"A new proposal with id [{0}](https://dashboard.internetcomputer.org/proposal/{0}) has been submitted, please take a look.
[details="Click here to open proposal details"]
{1}
Expand Down

0 comments on commit 7cb6022

Please sign in to comment.