feat(profile): add capability to update user's full name

This commit is contained in:
Rıdvan Akca
2023-03-31 12:35:59 +03:00
parent 3e268bf66b
commit 2791dca412
5 changed files with 66 additions and 1 deletions

View File

@@ -83,8 +83,11 @@
"execution.noDataTitle": "No data",
"execution.noDataMessage": "We successfully ran the execution, but there was no new data to process.",
"profileSettings.title": "My Profile",
"profileSettings.fullName": "Full name",
"profileSettings.updateFullName": "Update full name",
"profileSettings.email": "Email",
"profileSettings.updateEmail": "Update email",
"profileSettings.updatedFullName": "Your full name has been updated.",
"profileSettings.newPassword": "New password",
"profileSettings.confirmNewPassword": "Confirm new password",
"profileSettings.updatedEmail": "Your email has been updated.",
@@ -154,4 +157,4 @@
"invoices.amount": "Amount",
"invoices.invoice": "Invoice",
"invoices.link": "Link"
}
}