Skip to content

Commit

Permalink
chore: change warningText
Browse files Browse the repository at this point in the history
  • Loading branch information
alexruzenhack committed Oct 20, 2023
1 parent 19fb9a5 commit 34c9c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/NetworkSettings/CustomNetworkSettingsScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import errorIcon from '../../assets/images/icErrorBig.png';
import Spinner from '../../components/Spinner';

const customNetworkSettingsTitleText = t`Custom Network Settings`.toUpperCase();
const warningText = t`Any change to the network settings cannot be validated by Hathor. Only change if you know what you are doing.`;
const warningText = t`Any token outside mainnet network bear no value. Only change if you know what you are doing.`;
const feedbackLoadingText = t`Updating custom network settings...`;
const feedbackFailedText = t`There was an error while customizing network settings. Please try again later.`;

Expand Down

0 comments on commit 34c9c18

Please sign in to comment.