aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/en_GB.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json
index 06ce2a2..5706543 100644
--- a/locale/en_GB.json
+++ b/locale/en_GB.json
@@ -8,6 +8,9 @@
"user.profile.unfollow.action": "Unfollow",
"user.profile.followsYou": "Follows you",
"user.profile.pendingFollowsYou": "Wants to follow you",
+ "user.profile.displayName": "Display name",
+ "user.profile.changeAvatar": "Choose a new avatar image",
+ "user.profile.bio": "Bio",
"user.notes.placeholder": "This user hasn't posted anything yet.",
"timeline.global": "Global timeline",
"timeline.global.description": "This timeline shows all known public indexable notes.",
@@ -51,5 +54,8 @@
"followRequests.accept.action": "Accept",
"followRequests.accepted": "Accepted!",
"followRequests.reject.action": "Reject",
- "followRequests.rejected": "Rejected!"
+ "followRequests.rejected": "Rejected!",
+ "form.edit": "Edit",
+ "form.saveChanges": "Save",
+ "form.discardChanges": "Cancel"
}