ui: rename inbound relationship to Follows (#3594)
This commit is contained in:
parent
454c20fa7c
commit
1fa8740534
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-xl-6 col-md-12">
|
<div class="col-xl-6 col-md-12">
|
||||||
<h2 i18n class="subtitle">Followings instances ({{ followingsPagination.totalItems }})</h2>
|
<h2 i18n class="subtitle">Following instances ({{ followingsPagination.totalItems }})</h2>
|
||||||
|
|
||||||
<div i18n class="no-results" *ngIf="followingsPagination.totalItems === 0">This instance is not following any other.</div>
|
<div i18n class="no-results" *ngIf="followingsPagination.totalItems === 0">This instance is not following any other.</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue