From 68467b480dff654286c2f7cc00d3f0314a8e4a5e Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 24 Jan 2026 16:35:27 +0000 Subject: [PATCH] fix issue with incorrect string --- packages/pl-fe/custom/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-fe/custom/locales/en.json b/packages/pl-fe/custom/locales/en.json index df2012f31..e24fbce2a 100644 --- a/packages/pl-fe/custom/locales/en.json +++ b/packages/pl-fe/custom/locales/en.json @@ -71,5 +71,5 @@ "signup_panel.subtitle": "Sign up to shitpost with us!", "getting_started.upstream": "https://codeberg.org/mkljczk/pl-fe", "getting_started.upstreamName": "mkljczk/pl-fe", - "getting_started.open_source_notice": "{sourceCode.displayName} is a fork of {upstreamName}. You can contribute or report issues at {code_link} (v{code_version})." + "getting_started.open_source_notice": "{code_name} is a fork of {upstream_link}. You can contribute or report issues at {code_link} (v{code_version})." } \ No newline at end of file