diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-12 13:29:55 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-14 23:25:22 -0400 |
| commit | bb8609d0f0ab82ee2fcfc5201edad037650f4b02 (patch) | |
| tree | 01aa495b685c54a86cc57e424d8186d530c3eb54 /sharkey-locales | |
| parent | don't trend notes from non-explorable or non-trendable users (diff) | |
| download | sharkey-bb8609d0f0ab82ee2fcfc5201edad037650f4b02.tar.gz sharkey-bb8609d0f0ab82ee2fcfc5201edad037650f4b02.tar.bz2 sharkey-bb8609d0f0ab82ee2fcfc5201edad037650f4b02.zip | |
rename popularUsersLocal.host to popularUsersLocal.name
Diffstat (limited to 'sharkey-locales')
| -rw-r--r-- | sharkey-locales/en-US.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 8cb1c95324..bf746533af 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -567,7 +567,7 @@ bubbleTimelineDescription: "Choose which instances should be displayed in the bu bubbleTimelineMustBeEnabled: "Note: the bubble timeline is hidden by default, and must be enabled via roles." popularUsersGlobal: "Users popular on the global network" -popularUsersLocal: "Users popular on {host}" +popularUsersLocal: "Users popular on {name}" translationTimeoutLabel: "Translation timeout" translationTimeoutCaption: "Timeout in milliseconds for translation API requests." |