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
import: Import YAML
home: Home
reload: Reload
shell: Kubectl Shell
support: |-
{hasSupport, select,

View File

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