diff --git a/packages/i18n/locales/en/settings.json b/packages/i18n/locales/en/settings.json
index 18202fa6..0cd87639 100644
--- a/packages/i18n/locales/en/settings.json
+++ b/packages/i18n/locales/en/settings.json
@@ -42,7 +42,7 @@
"networkInputNameDescription": "Provide the name of the network",
"networkInputNameLabel": "Name",
"networkInputNamePlaceholder": "Network name",
- "networkInputTypeDescription": "You can't change the type of network after you created it.",
+ "networkInputTypeDescription": "You cannot change the type of network after you created it.",
"networkInputTypeLabel": "Network",
"networkPageAddTitle": "Add Network",
"networkPageEditTitle": "Edit network",
@@ -61,7 +61,7 @@
"pageWalletName": "Wallets",
"themeDark": "Dark",
"themeLight": "Light",
- "walletAddAccountDeriveDescription": "Derive an account from the Wallet's mnemonic",
+ "walletAddAccountDeriveDescription": "Derive an account from the Wallet's mnemonic",
"walletAddAccountDeriveTitle": "Derive an account",
"walletAddAccountImportDescription": "Import an account from a base58 secret key or byte array",
"walletAddAccountImportLabel": "Enter secret key (base58 or byte array)",
diff --git a/packages/i18n/src/resources.d.ts b/packages/i18n/src/resources.d.ts
index 27e4ced7..58cd5271 100644
--- a/packages/i18n/src/resources.d.ts
+++ b/packages/i18n/src/resources.d.ts
@@ -106,7 +106,7 @@ interface Resources {
networkInputNameDescription: 'Provide the name of the network'
networkInputNameLabel: 'Name'
networkInputNamePlaceholder: 'Network name'
- networkInputTypeDescription: 'You can't change the type of network after you created it.'
+ networkInputTypeDescription: 'You cannot change the type of network after you created it.'
networkInputTypeLabel: 'Network'
networkPageAddTitle: 'Add Network'
networkPageEditTitle: 'Edit network'
@@ -125,7 +125,7 @@ interface Resources {
pageWalletName: 'Wallets'
themeDark: 'Dark'
themeLight: 'Light'
- walletAddAccountDeriveDescription: 'Derive an account from the Wallet's mnemonic'
+ walletAddAccountDeriveDescription: "Derive an account from the Wallet's mnemonic"
walletAddAccountDeriveTitle: 'Derive an account'
walletAddAccountImportDescription: 'Import an account from a base58 secret key or byte array'
walletAddAccountImportLabel: 'Enter secret key (base58 or byte array)'
diff --git a/packages/settings/src/settings-feature-general-danger-delete-database.tsx b/packages/settings/src/settings-feature-general-danger-delete-database.tsx
index d2bf424b..8b384783 100644
--- a/packages/settings/src/settings-feature-general-danger-delete-database.tsx
+++ b/packages/settings/src/settings-feature-general-danger-delete-database.tsx
@@ -13,7 +13,7 @@ export function SettingsFeatureGeneralDangerDeleteDatabase() {
const navigate = useNavigate()
return (
-