diff --git a/.woodpecker.yml b/.woodpecker.yml index acc6e06..b2682df 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,7 +16,7 @@ pipeline: prettier_markdown_check: image: tmknom/prettier commands: - - prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client" "!lemmy-stats-crawler" + - prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client" "!lemmy-stats-crawler" "!src/shared/instance_stats.ts" yarn: image: node:14-alpine 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 892abc1..0dc13b4 160000 --- a/lemmy-docs +++ b/lemmy-docs @@ -1 +1 @@ -Subproject commit 892abc1ef57966c8945f165a67eb11e83623706b +Subproject commit 0dc13b4ea11daaa07d964c17f7a622e3a222367a diff --git a/src/shared/components/instances.tsx b/src/shared/components/instances.tsx index 98274e9..ab460a8 100644 --- a/src/shared/components/instances.tsx +++ b/src/shared/components/instances.tsx @@ -103,9 +103,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 (
@@ -122,15 +119,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")}