diff --git a/shell/assets/translations/en-us.yaml b/shell/assets/translations/en-us.yaml index c8456e9d507..7282705cc0b 100644 --- a/shell/assets/translations/en-us.yaml +++ b/shell/assets/translations/en-us.yaml @@ -7315,7 +7315,7 @@ performance: checkboxLabel: Disable websocket notifications gc: label: Resource Garbage Collection - description: The UI will cache kuberentes resources locally to avoid having to re-fetch them. In some cases this can lead to a large amount of data stored in the browser. Enable this setting to periodically remove them. + description: The UI will cache Kubernetes resources locally to avoid having to re-fetch them. In some cases this can lead to a large amount of data stored in the browser. Enable this setting to periodically remove them. checkboxLabel: Enable Garbage Collection whenRun: description: Update when garbage collection runs diff --git a/shell/assets/translations/zh-hans.yaml b/shell/assets/translations/zh-hans.yaml index 5fe6a8e3abf..5e5c0616dba 100644 --- a/shell/assets/translations/zh-hans.yaml +++ b/shell/assets/translations/zh-hans.yaml @@ -7104,7 +7104,7 @@ performance: checkboxLabel: 禁用 WebSocket 通知 gc: label: 资源垃圾回收 - description: UI 将在本地缓存 kuberentes 资源,避免这些资源被重新抓取。在某些情况下,这可能会导致浏览器中存储了大量数据。你可以启用此设置进行定期删除。 + description: UI 将在本地缓存 Kubernetes 资源,避免这些资源被重新抓取。在某些情况下,这可能会导致浏览器中存储了大量数据。你可以启用此设置进行定期删除。 checkboxLabel: 启用垃圾回收 whenRun: description: 垃圾回收运行的时候更新