Commit 7d1a7197 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'fix-texts-ka-modal' into 'master'

Fix the inconsistency of the text link on the Kubernetes Agent Installation modal

See merge request gitlab-org/gitlab!77933
parents c9e02b8a 60d29a67
...@@ -106,7 +106,7 @@ export const I18N_AGENT_MODAL = { ...@@ -106,7 +106,7 @@ export const I18N_AGENT_MODAL = {
empty_state: { empty_state: {
modalTitle: s__('ClusterAgents|Connect your cluster through the Agent'), modalTitle: s__('ClusterAgents|Connect your cluster through the Agent'),
modalBody: s__( modalBody: s__(
"ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}", "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}",
), ),
enableKasText: s__( enableKasText: s__(
"ClusterAgents|Your instance doesn't have the %{linkStart}GitLab Agent Server (KAS)%{linkEnd} set up. Ask a GitLab Administrator to install it.", "ClusterAgents|Your instance doesn't have the %{linkStart}GitLab Agent Server (KAS)%{linkEnd} set up. Ask a GitLab Administrator to install it.",
......
...@@ -7736,7 +7736,7 @@ msgstr "" ...@@ -7736,7 +7736,7 @@ msgstr ""
msgid "ClusterAgents|To delete the agent, type %{name} to confirm:" msgid "ClusterAgents|To delete the agent, type %{name} to confirm:"
msgstr "" msgstr ""
msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}What's the agent's configuration file?%{linkEnd}" msgid "ClusterAgents|To install a new agent, first add the agent's configuration file to this repository. %{linkStart}Learn more about installing GitLab Agent.%{linkEnd}"
msgstr "" msgstr ""
msgid "ClusterAgents|Token created by %{userName}" msgid "ClusterAgents|Token created by %{userName}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment