7 lines
234 B
Ruby
7 lines
234 B
Ruby
# 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
|