diff --git a/locales/en.json b/locales/en.json index 9e4b6265..2de4f66d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -227,6 +227,7 @@ "modify_account": "Modify lists with account", "remove_account": "Remove account from list", "save": "Save changes", + "search_following_desc": "Search for people you are following", "search_following_placeholder": "Search among people you follow" }, "magic_keys": { diff --git a/pages/[[server]]/list/[list]/index/accounts.vue b/pages/[[server]]/list/[list]/index/accounts.vue index 7edb499d..1e71ff5c 100644 --- a/pages/[[server]]/list/[list]/index/accounts.vue +++ b/pages/[[server]]/list/[list]/index/accounts.vue @@ -110,7 +110,7 @@ function removeAccount(account: mastodon.v1.Account) {
- {{ $t('search.search_desc') }} + {{ $t('list.search_following_desc') }}