pr_19543.patch 1.3 KB

123456789101112131415161718192021222324252627282930
  1. diff --git a/services/web/locales/en.json b/services/web/locales/en.json
  2. index a953a01a1d7..13e20b37279 100644
  3. --- a/services/web/locales/en.json
  4. +++ b/services/web/locales/en.json
  5. @@ -519,7 +519,6 @@
  6. "editor_disconected_click_to_reconnect": "Editor disconnected, click anywhere to reconnect.",
  7. "editor_limit_exceeded_in_this_project": "Too many editors in this project",
  8. "editor_only_hide_pdf": "Editor only <0>(hide PDF)</0>",
  9. - "editor_resources": "Editor Resources",
  10. "editor_theme": "Editor theme",
  11. "educational_discount_applied": "40% educational discount applied!",
  12. "educational_discount_available_for_groups_of_ten_or_more": "The educational discount is available for groups of 10 or more",
  13. diff --git a/services/web/modules/launchpad/app/views/launchpad.pug b/services/web/modules/launchpad/app/views/launchpad.pug
  14. index c478fe7b649..28d3ff8fc83 100644
  15. --- a/services/web/modules/launchpad/app/views/launchpad.pug
  16. +++ b/services/web/modules/launchpad/app/views/launchpad.pug
  17. @@ -166,13 +166,6 @@ block content
  18. h2 #{translate('status_checks')}
  19. - <!-- ide js -->
  20. - .row.row-spaced-small
  21. - .col-sm-5
  22. - | #{translate('editor_resources')}
  23. - .col-sm-7
  24. - +launchpad-check('ide')
  25. -
  26. <!-- websocket -->
  27. .row.row-spaced-small
  28. .col-sm-5