From 08cf09b4e64aeb131fce9df653c0af89f8b66197 Mon Sep 17 00:00:00 2001
From: Phillip Rak
Date: Wed, 18 Aug 2021 16:23:31 -0700
Subject: [PATCH] Add translation for reload button
---
assets/translations/en-us.yaml | 1 +
pages/fail-whale.vue | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/assets/translations/en-us.yaml b/assets/translations/en-us.yaml
index d83ad9bde1..7d9a5e60ee 100644
--- a/assets/translations/en-us.yaml
+++ b/assets/translations/en-us.yaml
@@ -80,6 +80,7 @@ nav:
kubeconfig: Download KubeConfig
import: Import YAML
home: Home
+ reload: Reload
shell: Kubectl Shell
support: |-
{hasSupport, select,
diff --git a/pages/fail-whale.vue b/pages/fail-whale.vue
index 6f5814aadd..2e2b0be76a 100644
--- a/pages/fail-whale.vue
+++ b/pages/fail-whale.vue
@@ -52,7 +52,7 @@ export default {
- Reload
+ {{ t('nav.reload') }}