Commit 60d29a67 authored by Shinya Maeda's avatar Shinya Maeda

Fix the text on Kubenetes Agent modal

This fixes the text on Kubernetes Agent modal.

Changelog: fixed
parent 5bc18d7e
...@@ -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.",
......
...@@ -7730,7 +7730,7 @@ msgstr "" ...@@ -7730,7 +7730,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