mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 15:27:16 +00:00
Clarify 'sync running' message
Improve the grammar of the 'sync already runned' message to 'sync already in progress', which should clarify what is happening when this message is displayed.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="toast" ng-if="msg != undefined">
|
||||
<span ng-if="msg == 'already'">sync already runned</span>
|
||||
<span ng-if="msg == 'already'">sync already in progress</span>
|
||||
<span ng-if="msg == 'bad'">bad response</span>
|
||||
</div>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<div class="toast" ng-if="msg != undefined">
|
||||
<span ng-if="msg == 'already'">sync already runned</span>
|
||||
<span ng-if="msg == 'already'">sync already in progress</span>
|
||||
<span ng-if="msg == 'bad'">bad response</span>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user