Skip to content

Commit

Permalink
Format translation files (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen authored Oct 10, 2018
1 parent 41c9d53 commit 548f07e
Show file tree
Hide file tree
Showing 37 changed files with 6,455 additions and 6,724 deletions.
2 changes: 1 addition & 1 deletion client/app/components/Input/InputSwitch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class InputSwitch extends React.Component<Props, State> {
aria-checked={checked}
tabIndex={0}
>
{checked ? I18n.t('true') : I18n.t('false')}
{checked ? I18n.t('yes_text') : I18n.t('no_text')}
</div>
</div>
{this.displaySwitchHidden()}
Expand Down
Loading

0 comments on commit 548f07e

Please sign in to comment.