From 30e89d7bef42848e4df74bb5979f210d689c514a Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 27 Oct 2020 17:05:18 +0100 Subject: [PATCH] Improve explanation after successful submit. --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 5618efd..e9e7c56 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -64,6 +64,9 @@ int main() cout << "Created pull request: <" << "https://schlomp.space/FediBlock/data/pulls/" << gitea::get_last_pr_number() << ">.\r\n"; + cout << "Your entry needs to be approved before it appears on the " + "website. You can subscribe to notifications or add comments " + "at the URL above.\r\n"; files::remove_tmpdir(); }