Merge pull request #8500 from opf/new-board-modal-is-missing-a-header-text

[33753] "New Board" modal is missing a header text
pull/8519/head
Oliver Günther 4 years ago committed by GitHub
commit 70ea47a667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      frontend/src/app/modules/boards/new-board-modal/new-board-modal.component.ts
  2. 1
      frontend/src/app/modules/boards/new-board-modal/new-board-modal.html
  3. 1
      modules/boards/config/locales/js-en.yml

@ -58,6 +58,7 @@ export class NewBoardModalComponent extends OpModalComponent {
free_board: this.I18n.t('js.boards.board_type.free'),
free_board_text: this.I18n.t('js.boards.board_type.free_text'),
board_type: this.I18n.t('js.boards.board_type.text'),
action_board: this.I18n.t('js.boards.board_type.action'),
action_board_text: this.I18n.t('js.boards.board_type.action_text'),

@ -10,6 +10,7 @@
[attr.title]="text.close_popup">
</i>
</a>
<h3 class="icon-context icon-add" [textContent]="text.board_type"></h3>
</div>
<div class="ngdialog-body op-modal--modal-body">

@ -34,6 +34,7 @@ en:
error_permission_missing: "The permission to create public queries is missing"
click_to_remove_list: "Click to remove this list"
board_type:
text: 'Board type'
free: 'Basic board'
free_text: >
Create a board in which you can freely create lists and order your work packages within.

Loading…
Cancel
Save