File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/internationalization Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ The translation strings for repairs issues are defined under the `issues` key. A
272272 // The title of the issue
273273 "title" : " The tea is cold" ,
274274 // Translations for a fixable issue's repair flow, defined in the same way as translation for a configuration flow.
275- // Exactly one of `fix_flow` or `description. must be present.
275+ // Exactly one of `fix_flow` or `description` . must be present.
276276 "fix_flow" : {
277277 "abort" : {
278278 "not_tea_time" : " Can not re-heat the tea at this time"
@@ -281,7 +281,7 @@ The translation strings for repairs issues are defined under the `issues` key. A
281281 },
282282 "unfixable_problem" : {
283283 "title" : " This is not a fixable problem" ,
284- // Description of the issue, exactly one of `fix_flow` or `description. must be present.
284+ // Description of the issue, exactly one of `fix_flow` or `description` . must be present.
285285 "description" : " This issue can't be fixed by a flow."
286286 }
287287 }
You can’t perform that action at this time.
0 commit comments