Skip to content

Commit 4285b85

Browse files
committed
Fix i18n: match placeholder type to template (Object)
1 parent fa2ca6b commit 4285b85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/l10n/app_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"payment_sent_status": "Payment sent - Status: {status}",
208208
"@payment_sent_status": {
209209
"placeholders": {
210-
"status": { "type": "String" }
210+
"status": { "type": "Object" }
211211
}
212212
},
213213
"confirm_no_session_error": "No active session",

0 commit comments

Comments
 (0)