Skip to content

Commit

Permalink
Fix the wording on settings page (#4020)
Browse files Browse the repository at this point in the history
* Fix the wording on settings page

* Add messages.new.xlf to .gitignore
  • Loading branch information
Marcin Maciaszczyk authored and k8s-ci-robot committed Jul 4, 2019
1 parent 3b106bb commit 523a6fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Version file that is autogenerated during each build:
src/app/frontend/environments/version.ts

# Temporary translation file:
i18n/messages.new.xlf

# Local copies of dependencies that should stay on developers' local machines:
node_modules/

Expand All @@ -24,5 +27,5 @@ coverage/
# npm debug log:
npm-debug.log

# kubeconfig for cluster made by kind
# kubeconfig for cluster made by kind:
kind.kubeconfig*
6 changes: 3 additions & 3 deletions i18n/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -4195,10 +4195,10 @@
<context context-type="linenumber">21</context>
</context-group>
</trans-unit>
<trans-unit id="c9520753c9f858831cc65185a92171dd42e7306d" datatype="html">
<trans-unit id="983a9572a3ae2deaae8b3b0c38437af32f7e54c9" datatype="html">
<source>
Global settings are stored in <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>kubernetes-dashboard-settings<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> config map inside
<x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>kube-system<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> namespace, so all of them are applied for every instance of the app.
Global settings are stored in config map, so all of them are applied for every instance of the
app.
</source>
<context-group purpose="location">
<context context-type="sourcefile">../src/app/frontend/settings/global/template.html</context>
Expand Down
4 changes: 2 additions & 2 deletions src/app/frontend/settings/global/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
i18n>Global settings</div>
<div content>
<p i18n>
Global settings are stored in <code>kubernetes-dashboard-settings</code> config map inside
<code>kube-system</code> namespace, so all of them are applied for every instance of the app.
Global settings are stored in config map, so all of them are applied for every instance of the
app.
</p>
<br>
<form #form="ngForm"
Expand Down

0 comments on commit 523a6fb

Please sign in to comment.