Skip to content

Commit 9d5ca50

Browse files
committed
fix refresh label
1 parent 308f1e8 commit 9d5ca50

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-admin-server-ui/src/main/frontend/views/instances/env

1 file changed

+2
-2
lines changed

spring-boot-admin-server-ui/src/main/frontend/views/instances/env/env-manager.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
- Copyright 2014-2018 the original author or authors.
2+
- Copyright 2014-2020 the original author or authors.
33
-
44
- Licensed under the Apache License, Version 2.0 (the "License");
55
- you may not use this file except in compliance with the License.
@@ -85,7 +85,7 @@
8585
>
8686
<span v-if="updateStatus === 'completed'" v-text="$t('instances.env.context_updated')" />
8787
<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')" />
88+
<span v-else v-text="$t('instances.env.context_update')" />
8989
</button>
9090
</div>
9191
</div>

0 commit comments

Comments
 (0)