diff --git a/config/locales/js-en.yml b/config/locales/js-en.yml index fcf271d88b..bd4b0ea758 100644 --- a/config/locales/js-en.yml +++ b/config/locales/js-en.yml @@ -630,6 +630,7 @@ en: text_select_hint: "Select boxes should be opened with 'ALT' and arrow keys." table_configuration: button: 'Configure this work package table' + choose_display_mode: 'Display work packages as' modal_title: 'Work package table configuration' embedded_tab_disabled: "This configuration tab is not available for the embedded view you're editing." default: "default" diff --git a/frontend/src/app/components/wp-table/configuration-modal/tabs/display-settings-tab.component.html b/frontend/src/app/components/wp-table/configuration-modal/tabs/display-settings-tab.component.html index b54fca3343..e7c258de0a 100644 --- a/frontend/src/app/components/wp-table/configuration-modal/tabs/display-settings-tab.component.html +++ b/frontend/src/app/components/wp-table/configuration-modal/tabs/display-settings-tab.component.html @@ -1,6 +1,6 @@