From c337e1fa4b175ef2fca675209cff249ae589cd43 Mon Sep 17 00:00:00 2001 From: ayoayco Date: Fri, 25 Apr 2025 20:48:45 +0200 Subject: [PATCH] feat: update search result description translation --- locales/en.json | 1 + pages/[[server]]/list/[list]/index/accounts.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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') }}