gitlab-org--gitlab-foss/app/helpers/gitpod_helper.rb

8 lines
225 B
Ruby

# frozen_string_literal: true
module GitpodHelper
def gitpod_enable_description
s_('Enable %{linkStart}Gitpod%{linkEnd} integration to launch a development environment in your browser directly from GitLab.')
end
end