diff --git a/app/js/lib/conf/i18n/en.json b/app/js/lib/conf/i18n/en.json
index a47a0b03da3496fee713acb2d94751857a620874..789c763f9512f892f13abeb6abbf69acec9ec21b 100644
--- a/app/js/lib/conf/i18n/en.json
+++ b/app/js/lib/conf/i18n/en.json
@@ -67,7 +67,7 @@
   "configuration.ws2p.public.max": "Maximum",
   "configuration.create_network.desc": "<b>Deprecated</b>. BMA is the legacy communication interface for Duniter nodes. It is being deprecated. Yet, you can activate it if you know what you are doing.",
   "configuration.create_network.title": "Network",
-  "configuration.create_network.message": "uCoin is a P2P software and needs bidirectionnal access to the network. Please chose carefully the following parameters.",
+  "configuration.create_network.message": "Duniter is a P2P software and needs bidirectionnal access to the network. Please chose carefully the following parameters.",
   "configuration.create_network.none": "None",
   "configuration.create_network.ipv4.title": "IPv4",
   "configuration.create_network.ipv6.title": "IPv6",
@@ -218,7 +218,7 @@
   "settings.data.modal_message": "This action will completely reset the data of your node and redirect you to initial configuration screen. Do you confirm?",
   "settings.data.modal_disagree": "No, cancel this",
   "settings.data.modal_agree": "Yes, process the reset",
-  "settings.data.reset.experimental": "This functionality is still considered experimental. If you encounters strange behaviors, please stop the software and reset manually your node by removing all the files BUT conf.json under ~/.config/ucoin/ucoin_default, and restart the software.",
+  "settings.data.reset.experimental": "This functionality is still considered experimental. If you encounters strange behaviors, please stop the software and reset manually your node by removing all the files BUT conf.json under ~/.config/duniter/duniter_default, and restart the software.",
   "settings.cpu.title": "CPU settings",
   "settings.cpu.message": "You can adjust the CPU power dedicated to proof-of-work computation. The higher the value, the faster is your node, the higher the chances you have to compute a block early.",
   "settings.cpu.warning": "<b>Up to 8 cores</b> of your machine are dedicated to proof-of-work computation currently. Also, setting CPU to 100% does not mean Duniter will use 100% of each core, but will use as much as possible each of them, as a core is also shared with other programs.",