From 4fcc3ed7ca5ea5f3154086ac0ce7327b2386562e Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 27 Jan 2025 21:11:53 +0000 Subject: implement changing password --- locale/en_GB.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'locale') diff --git a/locale/en_GB.json b/locale/en_GB.json index c7cc90a..6cec70e 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -90,6 +90,14 @@ "preferences.requestToFollow.description": "Lets you approve other users before they are able to follow you", "preferences.smallIndicators.name": "Reduced unread indicators", "preferences.smallIndicators.description": "Hides the number of unread items and just shows a small dot instead", + "changePassword.heading": "Change password", + "changePassword.currentPassword": "Current password", + "changePassword.newPassword": "New password", + "changePassword.newPassword.repeat": "Confirm new password", + "changePassword.action": "Change", + "changePassword.error.currentIncorrect": "Current password is incorrect", + "changePassword.error.doesntMatch": "New password doesn't match", + "changePassword.success": "Password changed succesfully!", "globalSettings.pageTitle.instance": "Instance settings", "globalSettings.pageTitle.about": "About this instance", "globalSettings.categories": "Categories: ", -- cgit v1.3