You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If using .l20n format:
<FXOSTextInputClearariaLabel: "Clear">
Above seems to be an HTML sample.
JavaScript comment and property syntax seems misleading, possibly incorrect.
// If using .properties format:FXOSTextInputClear.ariaLabel=Clear
Above seems to be a JavaScript sample. Missing context of what Clear might be and the missing ; makes it hard to reason about meaning and correctness of this sample.
See:
https://github.com/fxos-components/fxos-text-input#localization
Details:
Above seems to be an HTML sample.
JavaScript comment and property syntax seems misleading, possibly incorrect.
Above seems to be a JavaScript sample. Missing context of what
Clear
might be and the missing;
makes it hard to reason about meaning and correctness of this sample.http://mzl.la/1vxCDgA
The text was updated successfully, but these errors were encountered: