mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-29 20:00:30 +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:
parent
68e6d530fb
commit
6534bc79b4
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue