ui: rename inbound relationship to Follows (#3594)

This commit is contained in:
Marcin Mikołajczak 2021-01-16 14:47:17 +01:00 committed by GitHub
parent 454c20fa7c
commit 1fa8740534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</div>
<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>