Merge pull request #7228 from opf/feature/30069-Rename-Free-board-to-Basic-board

[30069][Boards]Rename Free board to Basic board

[ci skip]
pull/7234/head
Oliver Günther 6 years ago committed by GitHub
commit daa00b352d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/boards/config/locales/js-en.yml
  2. 2
      modules/boards/spec/features/support/board_index_page.rb

@ -12,7 +12,7 @@ en:
error_loading_the_list: "Error loading the list: %{error_message}" error_loading_the_list: "Error loading the list: %{error_message}"
click_to_remove_list: "Click to remove this list" click_to_remove_list: "Click to remove this list"
board_type: board_type:
free: 'Free board' free: 'Basic board'
free_text: > free_text: >
Create a board in which you can freely create lists and order your work packages within. Create a board in which you can freely create lists and order your work packages within.
Moving work packages between lists do not change the work package itself Moving work packages between lists do not change the work package itself

@ -60,7 +60,7 @@ module Pages
page.find('.toolbar-item a', text: 'Board').click page.find('.toolbar-item a', text: 'Board').click
if action == nil if action == nil
find('.button', text: 'Free board').click find('.button', text: 'Basic board').click
else else
find('.button', text: 'Action board').click find('.button', text: 'Action board').click
end end

Loading…
Cancel
Save