|
145 | 145 | other: Unsupported MIME types detected in %{file_names}. |
146 | 146 | multiple_channel_integrations: Specifying multiple channel integrations |
147 | 147 | in requirements.json is not supported. |
148 | | - oauth_parameter_required: "Please upgrade to our new oauth format. Learn more: %{link}" |
149 | 148 | invalid_cr_schema_keys: |
150 | 149 | one: 'Custom resources schema contains an invalid key: %{invalid_keys}' |
151 | 150 | other: 'Custom resources schema contains invalid keys: %{invalid_keys}' |
|
161 | 160 | missing: |
162 | 161 | one: 'Missing required oauth field in manifest: %{missing_keys}' |
163 | 162 | other: 'Missing required oauth fields in manifest: %{missing_keys}' |
| 163 | + oauth_parameter_required: 'Missing parameter of type ''oauth''. Learn |
| 164 | + about oauth property in manifest: %{link}' |
164 | 165 | too_many_oauth_parameters: 'Too many parameters with type ''oauth'': one |
165 | 166 | permitted' |
166 | 167 | missing_source: Could not find app.js |
@@ -206,10 +207,11 @@ en: |
206 | 207 | for %{product}: %{missing_key}' |
207 | 208 | products_do_not_match_manifest_products: Products in manifest (%{manifest_products}) |
208 | 209 | do not match products in translations (%{translation_products}) |
209 | | - password_parameter_deprecated: 'Password parameter type is deprecated and will not |
210 | | - be accepted in the future. Use Basic Access Authentication instead. Learn more: %{link}.' |
211 | 210 | insecure_token_parameter_in_manifest: 'Make sure to set secure to true |
212 | 211 | when using keys in Settings. Learn more: %{link}' |
| 212 | + password_parameter_deprecated: 'Password parameter type is deprecated |
| 213 | + and will not be accepted in the future. Use Basic Access Authentication |
| 214 | + instead. Learn more: %{link}.' |
213 | 215 | default_secure_or_hidden_parameter_in_manifest: Default values for secure |
214 | 216 | or hidden parameters are not stored securely. Be sure to review them |
215 | 217 | and confirm they do not contain sensitive data |
|
0 commit comments