mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Small wording edits
- Ajax: Make link sharing text clearer/friendlier, include company name in subject and shared item description in body to help legitimise the message from spam - Client doc details: Make edit summary text smaller - Update: Enhance git fetch error wording, mention forum for support
This commit is contained in:
@@ -27,7 +27,9 @@ $git_log = shell_exec("git log $repo_branch..origin/$repo_branch --pretty=format
|
||||
<!-- Check if git fetch result is zero (success) -->
|
||||
<?php if ($result !== 0) { ?>
|
||||
<div class="alert alert-danger" role="alert">
|
||||
<strong>Warning: Could not find execute 'git fetch'. Do you have git installed?</strong>
|
||||
<strong>WARNING: Could not find execute 'git fetch'.</strong>
|
||||
<br>Things to check: Is Git installed? Is the Git origin/remote correct? Are web server file permissions too strict?
|
||||
<br>Seek support on the <a href="https://forum.itflow.org">Forum</a> if required - include relevant PHP error logs & ITFlow debug output
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user