Commit 5eb4a9d0 authored by Artur Fedorov's avatar Artur Fedorov

Changed button label text from ok to remove

This commit changes button label text from ok to remove for remove subscription modal
parent 4cac4a46
......@@ -8,6 +8,7 @@ import {
manageSubscriptionButtonText,
subscriptionSyncStatus,
removeLicense,
removeLicenseButtonLabel,
removeLicenseConfirm,
subscriptionDetailsHeaderText,
subscriptionTypes,
......@@ -30,6 +31,7 @@ export default {
manageSubscriptionButtonText,
removeLicense,
removeLicenseConfirm,
removeLicenseButtonLabel,
subscriptionDetailsHeaderText,
syncSubscriptionButtonText,
},
......@@ -218,6 +220,8 @@ export default {
<gl-button
v-if="canRemoveLicense"
category="secondary"
:title="$options.i18n.removeLicenseButtonLabel"
:aria-label="$options.i18n.removeLicenseButtonLabel"
variant="danger"
class="gl-mr-3"
:href="licenseRemovePath"
......
......@@ -52,6 +52,7 @@ export const detailsLabels = {
export const removeLicense = __('Remove license');
export const removeLicenseConfirm = __('Are you sure you want to remove the license?');
export const removeLicenseButtonLabel = __('Remove license');
export const uploadLicense = __('Upload license');
export const uploadLicenseFile = s__('SuperSonics|Upload a license file');
export const billableUsersTitle = s__('SuperSonics|Billable users');
......
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