rhtyd commented on a change in pull request #313: URL: https://github.com/apache/cloudstack-primate/pull/313#discussion_r415016173
########## File path: src/views/compute/DeployVM.vue ########## @@ -275,6 +275,16 @@ </div> </template> </a-step> + <a-step + :title="this.$t('enter BIOS setup')" Review comment: `this.$t..` can be written as `$t(...). Instead of a string, can you use a key, we usually encourage the same key as the API arg/parameter if applicable. You can then define the key and the language translation in src/locales/en.json ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org