diff --git a/apps/dashboard/app/lib/smart_attributes/attributes/auto_log_location.rb b/apps/dashboard/app/lib/smart_attributes/attributes/auto_log_location.rb index e8aa56dbe..1157b22fa 100644 --- a/apps/dashboard/app/lib/smart_attributes/attributes/auto_log_location.rb +++ b/apps/dashboard/app/lib/smart_attributes/attributes/auto_log_location.rb @@ -26,7 +26,7 @@ def widget def label(*) # (opts[:label] || 'Log Location').to_s - (opts[:label] || I18n.t('dashboard.smart_attributes.auto_log_location.title')).to_s + (opts[:label] || I18n.t('dashboard.auto_log_location_title')).to_s end # Submission hash describing how to submit this attribute diff --git a/apps/dashboard/config/locales/en.yml b/apps/dashboard/config/locales/en.yml index 752a4b71d..48314bdf8 100644 --- a/apps/dashboard/config/locales/en.yml +++ b/apps/dashboard/config/locales/en.yml @@ -277,10 +277,7 @@ en: settings_values_label: "Values" outdated_message: "%{app_title} parameters have changed since these settings were created." - smart_attributes: - auto_log_location: - title: "Log Location" - description: "The location of the log file for this job." + auto_log_location_title: "Log Location" user_configuration: support_ticket_error: "support_ticket is misconfigured. \"email\" or \"rt_api\" sections are required in the configuration YAML." diff --git a/apps/dashboard/config/locales/ja_JP.yml b/apps/dashboard/config/locales/ja_JP.yml index c8fb1dfca..1b69c45e6 100644 --- a/apps/dashboard/config/locales/ja_JP.yml +++ b/apps/dashboard/config/locales/ja_JP.yml @@ -11,7 +11,4 @@ ja_JP: show: "見せる" # project: "Project" # directory: "Directory" - smart_attributes: - auto_log_location: - title: "ログの場所" - description: "このジョブのログ ファイルの場所" \ No newline at end of file + auto_log_location_title: "ログの場所" \ No newline at end of file diff --git a/apps/dashboard/config/locales/zh-CN.yml b/apps/dashboard/config/locales/zh-CN.yml index 787915b0e..c8050c1dd 100644 --- a/apps/dashboard/config/locales/zh-CN.yml +++ b/apps/dashboard/config/locales/zh-CN.yml @@ -140,10 +140,7 @@ zh-CN: 可以从上方导航栏中的下拉菜单访问群集访问应用程序。
自定义共享应用程序可以在下面使用。 - smart_attributes: - auto_log_location: - title: "日志位置" - description: "此作业的日志文件位置" + auto_log_location_title: "日志位置" # all_apps_table_app_column: "Name" # all_apps_table_category_column: "Category"