diff --git a/joinlemmy-translations b/joinlemmy-translations index e010e82..1bc6986 160000 --- a/joinlemmy-translations +++ b/joinlemmy-translations @@ -1 +1 @@ -Subproject commit e010e8230daf4c75562001382173458c3f4b0154 +Subproject commit 1bc69869fda7ee144ddfbc4d9fb29af3a0d4619e diff --git a/lemmy-docs b/lemmy-docs index 14eef8c..0dc13b4 160000 --- a/lemmy-docs +++ b/lemmy-docs @@ -1 +1 @@ -Subproject commit 14eef8c998578f60c895a38f55f58c29691f7c23 +Subproject commit 0dc13b4ea11daaa07d964c17f7a622e3a222367a diff --git a/lemmy-js-client b/lemmy-js-client index 4553c74..2eac19b 160000 --- a/lemmy-js-client +++ b/lemmy-js-client @@ -1 +1 @@ -Subproject commit 4553c749cb0fb74d62fd156ebd119dc479693dfd +Subproject commit 2eac19b2a21d77d711b8a0b0a534affe0d4d6851 diff --git a/src/shared/components/instances.tsx b/src/shared/components/instances.tsx index 594dbfc..6c0b903 100644 --- a/src/shared/components/instances.tsx +++ b/src/shared/components/instances.tsx @@ -115,9 +115,6 @@ export class Instances extends Component { let domain = instance.domain; let description = instance.site_info.site_view.site.description; let icon = instance.site_info.site_view.site.icon; - let require_application = - instance.site_info.site_view.local_site.registration_mode == - "requireapplication"; return (
@@ -134,15 +131,9 @@ export class Instances extends Component {

{description}

); diff --git a/src/shared/components/link-line.tsx b/src/shared/components/link-line.tsx index f07a052..330765e 100644 --- a/src/shared/components/link-line.tsx +++ b/src/shared/components/link-line.tsx @@ -9,7 +9,7 @@ export class LinkLine extends Component { render() { return ( <> - {i18n.t("join")} + {i18n.t("join_a_server")} {i18n.t("news")} {i18n.t("apps")} {i18n.t("donate")}