blob: 875a44c51bb10afc895ebdc0146ecfa339faf93f (
plain)
1
2
3
4
5
6
7
|
# 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
|