From ca562c175f55c1406c7907603f2dc87a0ee4c7f3 Mon Sep 17 00:00:00 2001 From: shubham Date: Tue, 26 Mar 2024 15:12:49 +0530 Subject: [PATCH] Change Set Picture -> Choose Picture --- locales/en.json | 2 +- views/Settings/SetNodePicture.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/locales/en.json b/locales/en.json index 58bb5755a..055900840 100644 --- a/locales/en.json +++ b/locales/en.json @@ -854,7 +854,7 @@ "views.Settings.Contacts.noAddress": "No Address", "views.Settings.Contacts.to": "To", "views.Settings.Contacts.deleteAllContacts": "Delete all contacts", - "views.SetNodePicture.setPicture": "Set Picture", + "views.SetNodePicture.choosePicture": "Choose Picture", "views.Transaction.title": "Transaction", "views.Transaction.totalFees": "Total Fees", "views.Transaction.transactionHash": "Transaction Hash", diff --git a/views/Settings/SetNodePicture.tsx b/views/Settings/SetNodePicture.tsx index 3ab6de303..c41ea1c76 100644 --- a/views/Settings/SetNodePicture.tsx +++ b/views/Settings/SetNodePicture.tsx @@ -173,7 +173,9 @@ export default class SetNodePicture extends React.Component<