This is an automated email from the ASF dual-hosted git repository. harikrishna pushed a commit to branch 2FA in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 1101069b5bcc895b839234fadf7f8488769d80f8 Author: Harikrishna Patnala <[email protected]> AuthorDate: Thu Nov 24 12:03:34 2022 +0530 Changed the button label --- ui/src/views/iam/RegisterTwoFactorAuth.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/iam/RegisterTwoFactorAuth.vue b/ui/src/views/iam/RegisterTwoFactorAuth.vue index 5887789256e..c99bab05ff3 100644 --- a/ui/src/views/iam/RegisterTwoFactorAuth.vue +++ b/ui/src/views/iam/RegisterTwoFactorAuth.vue @@ -65,7 +65,7 @@ <a-form @finish="submitPin" v-ctrl-enter="submitPin" class="container"> <a-input v-model:value="code" /> <div :span="24"> - <a-button ref="submit" type="primary" @click="submitPin">{{ $t('label.ok') }}</a-button> + <a-button ref="submit" type="primary" @click="submitPin">{{ $t('label.verify') }}</a-button> </div> </a-form> </div>
