Commit 39d5adde authored by Mike Greiling's avatar Mike Greiling

internationalize the "Manage" button label

parent 40d93ce6
...@@ -93,6 +93,9 @@ ...@@ -93,6 +93,9 @@
return label; return label;
}, },
manageButtonLabel() {
return s__('ClusterIntegration|Manage');
},
hasError() { hasError() {
return this.status === APPLICATION_ERROR || return this.status === APPLICATION_ERROR ||
this.requestStatus === REQUEST_FAILURE; this.requestStatus === REQUEST_FAILURE;
...@@ -157,7 +160,7 @@ ...@@ -157,7 +160,7 @@
class="btn" class="btn"
:href="manageLink" :href="manageLink"
> >
Manage {{ manageButtonLabel }}
</a> </a>
</div> </div>
<div class="btn-group table-action-buttons"> <div class="btn-group table-action-buttons">
......
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