Skip to content

Commit

Permalink
Reword setting for visible translations
Browse files Browse the repository at this point in the history
  • Loading branch information
trang committed May 28, 2020
1 parent 4028c3d commit e03d24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template/User/settings.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ $this->set('title_for_layout', $this->Pages->formatTitle(__('Settings')));
</md-list-item>

<md-list-item ng-show="!disableNewDesign">
<p><?= __('Number of translations per sentence'); ?></p>
<p><?= __('Number of translations visible by default'); ?></p>
<?php echo $this->Form->input('settings.max_visible_translations', [
'options' => [5 => 5, 10 => 10, 20 => 20, 50 => 50],
'label' => ''
Expand Down

0 comments on commit e03d24e

Please sign in to comment.