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

internationalize the "Manage" button label

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