Updated on 2026-08-14

This commit is contained in:
Tangem 2022-10-17 23:18:30 +05:00
parent a13f995517
commit ce58ab2489
4 changed files with 15 additions and 13 deletions

View file

@ -37,7 +37,7 @@ internal class SaltPayRegistrationErrorConverter(
}
else -> ConvertedDialogMessage(
title = context.getString(R.string.common_error),
message = saltPayError::class.java.simpleName,
message = saltPayError.message,
)
}