diff options
| author | marcin mikołajczak <git@mkljczk.pl> | 2024-08-13 19:39:26 +0200 |
|---|---|---|
| committer | marcin mikołajczak <git@mkljczk.pl> | 2024-08-13 19:41:06 +0200 |
| commit | 0878f5bfb43bdc52d72968cbd7bf343e2ec6460d (patch) | |
| tree | 4b6450f756211b8fb9ede7754bc7a03c4fedb778 /src/i18n | |
| parent | 83189d9d41042177b32f97341ee3484ae4ec0152 (diff) | |
Inform users that Smithereen public polls are public
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 3f7ea282..875d756d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -229,7 +229,9 @@ "expiry": "Poll age", "expires_in": "Poll ends in {0}", "expired": "Poll ended {0} ago", - "not_enough_options": "Too few unique options in poll" + "not_enough_options": "Too few unique options in poll", + "non_anonymous": "Public poll", + "non_anonymous_title": "Other instances may display the options you voted for" }, "emoji": { "stickers": "Stickers", |
