Add translation for reload button

This commit is contained in:
Phillip Rak 2021-08-18 16:23:31 -07:00
parent 118e1e60e9
commit 08cf09b4e6
2 changed files with 2 additions and 1 deletions

View File

@ -80,6 +80,7 @@ nav:
kubeconfig: Download KubeConfig kubeconfig: Download KubeConfig
import: Import YAML import: Import YAML
home: Home home: Home
reload: Reload
shell: Kubectl Shell shell: Kubectl Shell
support: |- support: |-
{hasSupport, select, {hasSupport, select,

View File

@ -52,7 +52,7 @@ export default {
</p> </p>
<hr> <hr>
<a class="btn role-secondary" @click="$router.go(-1)"> <a class="btn role-secondary" @click="$router.go(-1)">
Reload {{ t('nav.reload') }}
</a> </a>
</p> </p>
</div> </div>