Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replace non-sense error messages on Android #2396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,9 @@
<string name="transaction_error_network_already_added_title">%1$s Network has already been added</string>
<string name="transaction_error_network_already_added_subtitle"><![CDATA[Go to Settings > Networks to check all the added networks.]]></string>
<string name="transaction_error_no_metadata_for_network_title">Please download the %1$s Network Metadata</string>
<string name="transaction_error_no_metadata_for_network_subtitle">There’s no metadata downloaded for the Unique network on what you’re trying to sign the transaction</string>
<string name="transaction_error_outdated_metadata_title">Please update Your %1$s Network Metadata</string>
<string name="transaction_error_outdated_metadata_subtitle">Unique network\'s 3220 metadata is different to the 3219 data you\'re using in the app. Please update it to sign the transaction.</string>
<string name="transaction_error_no_metadata_for_network_subtitle">There is no metadata available for the network of the transaction you are trying to sign</string>
<string name="transaction_error_outdated_metadata_title">Please update the %1$s Network Metadata</string>
<string name="transaction_error_outdated_metadata_subtitle">The metadata of the transaction is of a newer version. Please update the metadata to be able to sign the transaction.</string>
<string name="transaction_error_unknown_network_title">Please add the Network you want to Transact in</string>
<string name="transaction_error_unknown_network_subtitle">You\'re trying to sign a transaction in a network which has not been added</string>
<string name="networks_screen_title">Networks</string>
Expand Down
Loading