diff --git a/docs/releases.md b/docs/releases.md
index 73e5eb20..ef09c741 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -1293,6 +1293,10 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release
* PWA: hide install prompt on macOS 14 Safari ([#899](https://github.com/binwiederhier/ntfy/pull/899), thanks to [@nihalgonsalves](https://github.com/nihalgonsalves))
* Fix web app crash in Edge for languages with underline in locale ([#922](https://github.com/binwiederhier/ntfy/pull/922)/[#912](https://github.com/binwiederhier/ntfy/issues/912)/[#852](https://github.com/binwiederhier/ntfy/issues/852), thanks to [@imkero](https://github.com/imkero))
+**Additional languages:**
+
+* Finnish (thanks to [@Seppo](https://hosted.weblate.org/user/Seppo/)
+
### ntfy Android app v1.16.1 (UNRELEASED)
**Features:**
diff --git a/web/src/components/Preferences.jsx b/web/src/components/Preferences.jsx
index 546ecbe3..6770f282 100644
--- a/web/src/components/Preferences.jsx
+++ b/web/src/components/Preferences.jsx
@@ -544,6 +544,7 @@ const Language = () => {
"🇯🇵",
"🇷🇺",
"🇹🇷",
+ "🇫🇮",
]).slice(0, 3);
const showFlags = !navigator.userAgent.includes("Windows");
let title = t("prefs_appearance_language_title");
@@ -588,6 +589,7 @@ const Language = () => {
+