Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitpod_helper.rb « helpers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 726c852fcdd9cd8ef7ddcb042d1b8b0c7831cde9 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module GitpodHelper
  def gitpod_enable_description
    s_('Users can launch a development environment from a GitLab browser tab when the %{linkStart}Gitpod%{linkEnd} integration is enabled.')
  end
end