We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308f1e8 commit 9d5ca50Copy full SHA for 9d5ca50
spring-boot-admin-server-ui/src/main/frontend/views/instances/env/env-manager.vue
@@ -1,5 +1,5 @@
1
<!--
2
- - Copyright 2014-2018 the original author or authors.
+ - Copyright 2014-2020 the original author or authors.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
@@ -85,7 +85,7 @@
85
>
86
<span v-if="updateStatus === 'completed'" v-text="$t('instances.env.context_updated')" />
87
<span v-else-if="updateStatus === 'failed'" v-text="$t('instances.env.context_update_failed')" />
88
- <span v-else v-text="$t('instances.env.context_updated')" />
+ <span v-else v-text="$t('instances.env.context_update')" />
89
</button>
90
</div>
91
0 commit comments