Skip to content

Commit 1054eb4

Browse files
author
OpenShift Bot
committed
Merge pull request #8375 from jhadvig/incon-fix
Merged by openshift-bot
2 parents e266b17 + 1775881 commit 1054eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/app/views/directives/environment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<span ng-repeat="(key, value) in env.valueFrom">
1818
<span ng-switch on="key">
1919
<span ng-switch-when="configMapKeyRef">
20-
Set to the key <b>{{value.key}}</b> in secret <b>{{value.name}}</b>.
20+
Set to the key <b>{{value.key}}</b> in config map <b>{{value.name}}</b>.
2121
</span>
2222
<span ng-switch-when="secretKeyRef">
2323
Set to the key <b>{{value.key}}</b> in secret <b>{{value.name}}</b>.

pkg/assets/bindata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)