You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using non-global namespaces for error messages, the alert messaging works as expected.
Current Behavior
When attempting to use any namespace that is not global, the error message does not display correctly. This is likely happening because the showError function in mobile/src/alert/actions.ts forces use of the global namespace.
As an example, SMS_ERROR in mobile/src/app/ErrorMessages.ts renders as "walletFlow5:SMSError" instead of "Error sending SMS".
The text was updated successfully, but these errors were encountered:
Expected Behavior
When using non-global namespaces for error messages, the alert messaging works as expected.
Current Behavior
When attempting to use any namespace that is not global, the error message does not display correctly. This is likely happening because the
showError
function inmobile/src/alert/actions.ts
forces use of theglobal
namespace.As an example,
SMS_ERROR
inmobile/src/app/ErrorMessages.ts
renders as "walletFlow5:SMSError" instead of "Error sending SMS".The text was updated successfully, but these errors were encountered: