diff options
| author | winter | 2025-03-30 19:18:51 +0100 |
|---|---|---|
| committer | winter | 2025-03-30 19:18:51 +0100 |
| commit | b5ec7311ef03232099dd3f8b30298738e1d0937e (patch) | |
| tree | 2b880f4828c1b4aebc311c1accb84c9f8b3692ae /locale | |
| parent | cd10f94269d7dcdd93df9fcda142a1e5a4441ae9 (diff) | |
allow changing indexable setting
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index e076eed..8c6c2a4 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -160,6 +160,8 @@ "preferences.rssEnabled.description": "Provides a feed of your public notes, usable with common feed reader apps and online aggregators", "preferences.pokeable.name": "Allow others to poke you", "preferences.pokeable.description": "Also includes other verbs such as bite, wave at, hug, etc.", + "preferences.notesIndexable.name": "Allow search engines to index your notes", + "preferences.notesIndexable.description": "Doesn't apply to existing notes, only new ones", "changePassword.heading": "Change password", "changePassword.currentPassword": "Current password", "changePassword.newPassword": "New password", |
