From 2901e07cbcb0e8b02cd6c006806cdca400d144a9 Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Tue, 17 Feb 2026 14:52:28 +0500 Subject: [PATCH] chore(en): improve subs placeholder similarly to "followers.incoming.list.self.none": "No one is following your profile.", "followers.outgoing.list.self.none": "You are not following anyone.", --- options/locale_next/locale_en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/locale_next/locale_en-US.json b/options/locale_next/locale_en-US.json index ca6c9a0a9f..bd6a5e5cae 100644 --- a/options/locale_next/locale_en-US.json +++ b/options/locale_next/locale_en-US.json @@ -229,7 +229,7 @@ "notification.mark_all_as_read": "Mark all as read", "notification.subscriptions": "Subscriptions", "notification.watching": "Watching", - "notification.no_subscriptions": "No subscriptions", + "notification.no_subscriptions": "You have no subscriptions", "dropzone.default_message": "Drop files or click here to upload.", "dropzone.invalid_input_type": "Files of this type cannot be uploaded.", "dropzone.file_too_big": "File size ({{filesize}} MB) exceeds the maximum size of ({{maxFilesize}} MB).",