We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2176300 commit 6b32ff0Copy full SHA for 6b32ff0
1 file changed
src/app/shared/components/repos-panel/repos-panel.component.html
@@ -15,7 +15,7 @@ <h3>Select Repositories to Monitor</h3>
15
<div class="repos-count">{{ selectedCount }} repositories selected</div>
16
17
<div class="loading-spinner" *ngIf="ownersLoading">
18
- <i class="ti ti-loader spinning"></i> Loading...
+ <i class="ti ti-loader spinning"></i>
19
</div>
20
21
<div class="owners-list" *ngIf="!ownersLoading">
@@ -57,7 +57,7 @@ <h3>Select Repositories to Monitor</h3>
57
58
59
<div class="loading-spinner small" *ngIf="ownerAcc.loading">
60
- <i class="ti ti-refresh spinning"></i> Loading repos...
61
62
63
<div class="repos-list" *ngIf="ownerAcc.loaded">
0 commit comments