Browse Source

Update the ID0479 message to use the correct letter case for the Stripe account types

pull/2352/head 7.0.0-preview.4
Kévin Chalet 8 months ago
parent
commit
e3b32065ea
  1. 2
      src/OpenIddict.Abstractions/OpenIddictResources.resx

2
src/OpenIddict.Abstractions/OpenIddictResources.resx

@ -1743,7 +1743,7 @@ Alternatively, any value respecting the '[region]-[subregion]-[identifier]' patt
'US West (Oregon)' (or 'us-west-2').</value> 'US West (Oregon)' (or 'us-west-2').</value>
</data> </data>
<data name="ID0479" xml:space="preserve"> <data name="ID0479" xml:space="preserve">
<value>The specified Stripe Connect account type is not valid. Supported values are 'Standard' and 'Express'.</value> <value>The specified Stripe Connect account type is not valid. Supported values are 'standard' and 'express'.</value>
</data> </data>
<data name="ID0480" xml:space="preserve"> <data name="ID0480" xml:space="preserve">
<value>A subject token must be specified when using the token exchange grant.</value> <value>A subject token must be specified when using the token exchange grant.</value>

Loading…
Cancel
Save