Commit Graph
4 Commits
Author SHA1 Message Date
852515833f fix(i18n): localize account creation keyboard controls (#3433)
* fix(i18n): localize account creation keyboard controls

* fix(test): isolate Wise localization success from encryption setup

---------

Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
Co-authored-by: Johns <19662585+Rowdy@users.noreply.github.com>
Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
2026-09-07 22:13:29 +02:00
Juan José Mata abaead8ae4 fix(wise): stub encryption in the SCA localization success test (#3437)
The test env configures no Active Record encryption keys, so after
WiseItem started refusing to store an SCA private key when encryption
is unavailable (#3415), the German success-path test hit the rescue
branch and asserted the failure redirect.

Stub encryption_ready? the same way the controller tests do; the code
behavior is intended, the test setup was stale.
2026-09-07 20:04:35 +02:00
Thomas SteiblandJohns 568706bff8 fix(i18n): localize Wise SCA keypair results (#3413)
Co-authored-by: Johns <19662585+Rowdy@users.noreply.github.com>
2026-09-07 07:32:21 +02:00
Thomas SteiblandJohns 65a950a87b fix(i18n): localize Wise SCA guidance (U7) (#3410)
Co-authored-by: Johns <19662585+Rowdy@users.noreply.github.com>
2026-09-06 07:15:34 +02:00